microsoft.exchange.webservices.data
Class ServiceRemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.ServiceRemoteException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccountIsLockedException, AutodiscoverRemoteException, AutodiscoverResponseException, CreateAttachmentException, DeleteAttachmentException, ServiceRequestException, ServiceResponseException, UpdateInboxRulesException

public class ServiceRemoteException
extends java.lang.Exception

Represents an error that occurs when a service operation fails remotely.

See Also:
Serialized Form

Constructor Summary
ServiceRemoteException()
          ServiceRemoteException Constructor.
ServiceRemoteException(java.lang.String message)
          ServiceRemoteException Constructor.
ServiceRemoteException(java.lang.String message, java.lang.Exception innerException)
          ServiceRemoteException Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceRemoteException

public ServiceRemoteException()
ServiceRemoteException Constructor.


ServiceRemoteException

public ServiceRemoteException(java.lang.String message)
ServiceRemoteException Constructor.

Parameters:
message - the message

ServiceRemoteException

public ServiceRemoteException(java.lang.String message,
                              java.lang.Exception innerException)
ServiceRemoteException Constructor.

Parameters:
message - the message
innerException - the inner exception