Class IsoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cl.netswitch.iso.iso8583.IsoException
- All Implemented Interfaces:
Serializable
Signals that a decoding or encoding error has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newIsoExceptioninstance.IsoException(String message) Constructs a newIsoExceptioninstance with a message.IsoException(String message, Throwable cause) Constructs a newIsoExceptioninstance with message and cause.IsoException(Throwable cause) Constructs a newIsoExceptioninstance 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
-
IsoException
public IsoException()Constructs a newIsoExceptioninstance. -
IsoException
Constructs a newIsoExceptioninstance with a message.- Parameters:
message- the detail message.
-
IsoException
Constructs a newIsoExceptioninstance with a cause.- Parameters:
cause- the cause of the exception.
-
IsoException
-