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
ConstructorDescriptionConstructs a newAmexException
instance.AmexException
(String message) Constructs a newAmexException
instance with a message.AmexException
(String message, Throwable cause) Constructs a newAmexException
instance with message and cause.AmexException
(Throwable cause) Constructs a newAmexException
instance with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmexException
public AmexException()Constructs a newAmexException
instance. -
AmexException
Constructs a newAmexException
instance with a message.- Parameters:
message
- the detail message.
-
AmexException
Constructs a newAmexException
instance with a cause.- Parameters:
cause
- the cause of the exception.
-
AmexException
Constructs a newAmexException
instance with message and cause.- Parameters:
message
- the detail message.cause
- the cause of the exception.
-