public class MapiMessageParseException extends RuntimeException
This exception is thrown when errors occur in parsing MapiMessage.
Constructor and Description |
---|
MapiMessageParseException()
Initializes a new instance of the MapiMessageParseException class.
|
MapiMessageParseException(String message)
Initializes a new instance of the MapiMessageParseException class.
|
MapiMessageParseException(String message,
RuntimeException innerException)
Initializes a new instance of the MapiMessageParseException class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MapiMessageParseException()
Initializes a new instance of the MapiMessageParseException class.
public MapiMessageParseException(String message)
Initializes a new instance of the MapiMessageParseException class.
message
- The error message.public MapiMessageParseException(String message, RuntimeException innerException)
Initializes a new instance of the MapiMessageParseException class.
message
- The error message.innerException
- The inner exception.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.