Class SerializationException

    • Constructor Detail

      • SerializationException

        public SerializationException​(String message)
        Constructs a new SerializationException.
        Parameters:
        message - the reason for the exception
      • SerializationException

        public SerializationException​(Throwable cause)
        Constructs a new SerializationException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • SerializationException

        public SerializationException​(String message,
                                      Throwable cause)
        Constructs a new SerializationException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.