Class SerializationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.networknt.session.jdbc.serializer.SerializationFailedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializationFailedException(String message) Construct aSerializationExceptionwith the specified detail message.SerializationFailedException(String message, Throwable cause) Construct aSerializationExceptionwith the specified detail message and nested 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
-
SerializationFailedException
Construct aSerializationExceptionwith the specified detail message.- Parameters:
message- the detail message
-
SerializationFailedException
Construct aSerializationExceptionwith the specified detail message and nested exception.- Parameters:
message- the detail messagecause- the nested exception
-