Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Class ExchangeServiceException

java.lang.Object
  └ java.lang.Throwable
      └ java.lang.Exception
          └ com.moyosoft.exchange.ExchangeServiceException


public class ExchangeServiceException extends java.lang.Exception

Indicates an error returned by the Exchange server or a communication problem with the server.

Constructors

public
ExchangeServiceException (String message)
public
ExchangeServiceException (String message, ExchangeResponseCode responseCode)
public
ExchangeServiceException (String message, Throwable cause)
public
ExchangeServiceException (String message, ExchangeResponseCode responseCode, Throwable cause)
public
ExchangeServiceException (String message, Throwable cause, String debugDetails)
public
ExchangeServiceException (String message, ExchangeResponseCode responseCode, Throwable cause, String debugDetails)
public
ExchangeServiceException (String message, String debugDetails)
public
ExchangeServiceException (String message, ExchangeResponseCode responseCode, String debugDetails)

Methods

String
getDetails ()
Returns debugging details about the error.
getResponseCode ()
Returns the error code received from the Exchange server or null for other errors.

Inherited methods

java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Community comments



Powered by JavaDocPlus