|
|||||||||
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.SelectorException
public class SelectorException
An exception used to indicate runtime errors occuring during selection of the EIS function name. If the error is due to another, specific exception, the cause exception should be embedded in this exception.
Constructor Summary | |
---|---|
SelectorException()
Default constructor |
|
SelectorException(String message)
Constructor with message |
|
SelectorException(String message,
Throwable cause)
Constructor with message and cause exception |
|
SelectorException(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 SelectorException()
Exception.Exception()
public SelectorException(String message)
message
- The exception messageException.Exception(java.lang.String)
public SelectorException(String message, Throwable cause)
message
- The exception messagecause
- The cause exceptionException.Exception(java.lang.String, java.lang.Throwable)
public SelectorException(Throwable cause)
cause
- The cause exceptionException.Exception(java.lang.Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |