Class ContentFormatException

    • Constructor Detail

      • ContentFormatException

        public ContentFormatException​(String message)
        Constructs a new exception with the specified detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • ContentFormatException

        public ContentFormatException​(String message,
                                      Throwable cause)
        Constructs a new exception with the specified detail message and cause. The cause is saved for later retrieval by the Throwable.getCause() method.