|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
commonj.connector.runtime.BindingException
public class BindingException
The BindingException represents an error that occured when working with a configured resource.
Constructor Summary | |
---|---|
BindingException()
Default constructor |
|
BindingException(String message)
Constructor with message |
|
BindingException(String message,
Throwable cause)
Constructor with message and cause exception |
|
BindingException(Throwable cause)
The constructor with cause exception |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BindingException()
Exception.Exception()
public BindingException(String message)
message
- The exception messageException.Exception(java.lang.String)
public BindingException(Throwable cause)
cause
- The cause exceptionException.Exception(java.lang.Throwable)
public BindingException(String message, Throwable cause)
message
- The exception messagecause
- The cause exceptionException.Exception(java.lang.String, java.lang.Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |