Class MimeException

    • Constructor Detail

      • MimeException

        public MimeException​(String message)
        Constructs a new MIME exception with the specified detail message.
        Parameters:
        message - detail message
      • MimeException

        public MimeException​(Throwable cause)
        Constructs a MIME exception with the specified cause.
        Parameters:
        cause - cause of the exception
      • MimeException

        public MimeException​(String message,
                             Throwable cause)
        Constructs a MIME exception with the specified detail message and cause.
        Parameters:
        message - detail message
        cause - cause of the exception