Class TextSerializationException

    • Constructor Detail

      • TextSerializationException

        public TextSerializationException()
        Constructor for TextSerializationException.
      • TextSerializationException

        public TextSerializationException​(String message,
                                          Throwable cause)
        Constructor for TextSerializationException.
        Parameters:
        message - String; explanation of the exception
        cause - Throwable; underlying exception
      • TextSerializationException

        public TextSerializationException​(String message)
        Constructor for TextSerializationException.
        Parameters:
        message - String; explanation of the exception
      • TextSerializationException

        public TextSerializationException​(Throwable cause)
        Constructor for TextSerializationException.
        Parameters:
        cause - Throwable; underlying exception