Class SerializationException

    • Constructor Summary

      Constructors 
      Constructor Description
      SerializationException​(java.lang.String message)
      Create a new instance of SerializationException with a detail message
      SerializationException​(java.lang.String message, java.lang.Throwable cause)
      Create a new instance of SerializationException with a detail message and cause
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SerializationException

        public SerializationException​(java.lang.String message)
        Create a new instance of SerializationException with a detail message
        Parameters:
        message - the detail message
      • SerializationException

        public SerializationException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Create a new instance of SerializationException with a detail message and cause
        Parameters:
        message - the detail message
        cause - the cause