Class SerializationException

    • Constructor Detail

      • SerializationException

        public SerializationException()
        Create a serialization exception.
      • SerializationException

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

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

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

        public SerializationException​(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