public class ExchangeException extends AsposeException
Thrown if there is a MS Exchange communication failure.
Constructor and Description |
---|
ExchangeException()
Initializes a new instance of the
ExchangeException class. |
ExchangeException(String message)
Initializes a new instance of the
ExchangeException class. |
ExchangeException(String format,
Object... parameters)
Initializes a new instance of the
ExchangeException class with a specified error message. |
ExchangeException(String message,
Throwable innerException)
Initializes a new instance of the
ExchangeException class. |
getMessage, toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ExchangeException()
Initializes a new instance of the ExchangeException
class.
public ExchangeException(String message)
Initializes a new instance of the ExchangeException
class.
message
- The error message.public ExchangeException(String format, Object... parameters)
Initializes a new instance of the ExchangeException
class with a specified error message.
format
- Message formatparameters
- Format parametersCopyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.