Module jakarta.mail

Class ParsingException

    • Constructor Summary

      Constructors 
      Constructor Description
      ParsingException()
      Constructs an ParsingException with no detail message.
      ParsingException​(Response r)
      Constructs an ParsingException with the specified Response.
      ParsingException​(java.lang.String s)
      Constructs an ParsingException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParsingException

        public ParsingException()
        Constructs an ParsingException with no detail message.
      • ParsingException

        public ParsingException​(java.lang.String s)
        Constructs an ParsingException with the specified detail message.
        Parameters:
        s - the detail message
      • ParsingException

        public ParsingException​(Response r)
        Constructs an ParsingException with the specified Response.
        Parameters:
        r - the Response