org.apache.james.mime4j
public class MimeException extends Exception
Constructor and Description |
---|
MimeException(String message)
Constructs a new MIME exception with the specified detail message.
|
MimeException(String message,
Throwable cause)
Constructs a MIME exception with the specified detail message and cause.
|
MimeException(Throwable cause)
Constructs a MIME exception with the specified cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MimeException(String message)
message
- detail messagepublic MimeException(Throwable cause)
cause
- cause of the exceptionCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.