com.meiglobal.ebds.api.pub
Class AcceptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.meiglobal.ebds.api.pub.AcceptorException
All Implemented Interfaces:
java.io.Serializable

public class AcceptorException
extends java.lang.Exception

Class that wraps various exceptions that can be thrown by the Acceptor object.

See Also:
Serialized Form

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

AcceptorException

public AcceptorException(java.lang.String message)
Default constructor.

Parameters:
message - Message for the exception.

AcceptorException

public AcceptorException(java.lang.String message,
                         java.lang.Exception ioe)
Constructor.

Parameters:
message - The message for the exception.
ioe - Nested Throwable.