Class SerializerException

    • Constructor Detail

      • SerializerException

        public SerializerException()
        Creates a SerializerException.
      • SerializerException

        public SerializerException​(String message)
        Creates a SerializerException with the provided message.
        Parameters:
        message - information about the exception
      • SerializerException

        public SerializerException​(String message,
                                   Throwable cause)
        Creates a SerializerException with the provided message and cause.
        Parameters:
        message - information about the exception
        cause - the cause of this exception
      • SerializerException

        public SerializerException​(Throwable cause)
        Creates a SerializerException with the provided cause.
        Parameters:
        cause - the cause of this exception