Package org.serviceconnector.net
Class EncodingDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.net.EncodingDecodingException
- All Implemented Interfaces:
Serializable
The Class EncodingDecodingException. Occurs when encoding/decoding fails.
- Author:
- JTraber
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEncodingDecodingException(Exception exception) Instantiates a new encoding decoding exception.EncodingDecodingException(String message) Instantiates a new encoding decoding exception.EncodingDecodingException(String message, Exception cause) Instantiates a new encoding decoding exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncodingDecodingException
Instantiates a new encoding decoding exception.- Parameters:
message- the message
-
EncodingDecodingException
Instantiates a new encoding decoding exception.- Parameters:
exception- the cause
-
EncodingDecodingException
Instantiates a new encoding decoding exception.- Parameters:
message- the messagecause- the cause
-