public class MapiMessageParseException
extends Exception
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,
Throwable innerException)
Initializes a new instance of the MapiMessageParseException class.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.