|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.meiglobal.ebds.api.pub.AcceptorException
public class AcceptorException
Class that wraps various exceptions that can be thrown by the Acceptor object.
Constructor Summary | |
---|---|
AcceptorException(java.lang.String message)
Default constructor. |
|
AcceptorException(java.lang.String message,
java.lang.Exception ioe)
Constructor. |
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 AcceptorException(java.lang.String message)
message
- Message for the exception.public AcceptorException(java.lang.String message, java.lang.Exception ioe)
message
- The message for the exception.ioe
- Nested Throwable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |