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