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:
  • Constructor Details

    • SerializationFailedException

      public SerializationFailedException(String message)
      Construct a SerializationException with the specified detail message.
      Parameters:
      message - the detail message
    • SerializationFailedException

      public SerializationFailedException(String message, Throwable cause)
      Construct a SerializationException with the specified detail message and nested exception.
      Parameters:
      message - the detail message
      cause - the nested exception