public class MimeException extends RuntimeException
Provides information about MIME errors
Constructor and Description |
---|
MimeException()
Initializes a new instance of the
MimeException class. |
MimeException(String message)
Initializes a new instance of the
MimeException class. |
MimeException(String message,
RuntimeException innerException)
Initializes a new instance of the
MimeException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MimeException()
Initializes a new instance of the MimeException
class.
public MimeException(String message)
Initializes a new instance of the MimeException
class.
message
- The error message.public MimeException(String message, RuntimeException innerException)
Initializes a new instance of the MimeException
class.
message
- The error message.innerException
- The inner exception.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.