Class SerializationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.networknt.session.jdbc.serializer.SerializationFailedException
-
- All Implemented Interfaces:
Serializable
public class SerializationFailedException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializationFailedException(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 Detail
-
SerializationFailedException
public SerializationFailedException(String message)
Construct aSerializationExceptionwith the specified detail message.- Parameters:
message- the detail message
-
-