Class SerializationRuntimeException

    • Constructor Detail

      • SerializationRuntimeException

        public SerializationRuntimeException()
        Create a serialization exception.
      • SerializationRuntimeException

        public SerializationRuntimeException​(String message)
        Create a serialization exception.
        Parameters:
        message - String; the message
      • SerializationRuntimeException

        public SerializationRuntimeException​(Throwable cause)
        Create a serialization exception.
        Parameters:
        cause - Throwable; the exception that caused the serialization exception
      • SerializationRuntimeException

        public SerializationRuntimeException​(String message,
                                             Throwable cause)
        Create a serialization exception.
        Parameters:
        message - String; the message
        cause - Throwable; the exception that caused the serialization exception
      • SerializationRuntimeException

        public SerializationRuntimeException​(String message,
                                             Throwable cause,
                                             boolean enableSuppression,
                                             boolean writableStackTrace)
        Create a serialization exception.
        Parameters:
        message - String; the message
        cause - Throwable; the exception that caused the serialization exception
        enableSuppression - boolean; to enable suppressions or not
        writableStackTrace - boolean; to have a writable stack trace or not