Module jakarta.mail

Class BadCommandException

    • Constructor Summary

      Constructors 
      Constructor Description
      BadCommandException()
      Constructs an BadCommandException with no detail message.
      BadCommandException​(Response r)
      Constructs an BadCommandException with the specified Response.
      BadCommandException​(java.lang.String s)
      Constructs an BadCommandException 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

      • BadCommandException

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

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

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