Class AmexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cl.netswitch.iso.amex8583.AmexException
- All Implemented Interfaces:
Serializable
Signals that a decoding or encoding error has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newAmexExceptioninstance.AmexException(String message) Constructs a newAmexExceptioninstance with a message.AmexException(String message, Throwable cause) Constructs a newAmexExceptioninstance with message and cause.AmexException(Throwable cause) Constructs a newAmexExceptioninstance with a cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmexException
public AmexException()Constructs a newAmexExceptioninstance. -
AmexException
Constructs a newAmexExceptioninstance with a message.- Parameters:
message- the detail message.
-
AmexException
Constructs a newAmexExceptioninstance with a cause.- Parameters:
cause- the cause of the exception.
-
AmexException
-