org.apache.james.mime4j
public class MimeException extends java.lang.Exception
Constructor and Description |
---|
MimeException(java.lang.String message)
Constructs a new MIME exception with the specified detail message.
|
MimeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a MIME exception with the specified detail message and cause.
|
MimeException(java.lang.Throwable cause)
Constructs a MIME exception with the specified cause.
|
public MimeException(java.lang.String message)
message
- detail messagepublic MimeException(java.lang.Throwable cause)
cause
- cause of the exceptionpublic MimeException(java.lang.String message, java.lang.Throwable cause)
message
- detail messagecause
- cause of the exceptionCopyright © 2004-2016. All Rights Reserved.