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
ConstructorDescriptionConstructs a newVipException
instance.VipException
(String message) Constructs a newVipException
instance with a message.VipException
(String message, Throwable cause) Constructs a newVipException
instance with message and cause.VipException
(Throwable cause) Constructs a newVipException
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
-
VipException
public VipException()Constructs a newVipException
instance. -
VipException
Constructs a newVipException
instance with a message.- Parameters:
message
- the detail message.
-
VipException
Constructs a newVipException
instance with a cause.- Parameters:
cause
- the cause of the exception.
-
VipException
Constructs a newVipException
instance with message and cause.- Parameters:
message
- the detail message.cause
- the cause of the exception.
-