Class ServiceRemoteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRemoteException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountIsLockedException,AutodiscoverRemoteException,AutodiscoverResponseException,CreateAttachmentException,DeleteAttachmentException,ServiceRequestException,ServiceResponseException,UpdateInboxRulesException
public class ServiceRemoteException extends Exception
Represents an error that occurs when a service operation fails remotely.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceRemoteException()ServiceRemoteException Constructor.ServiceRemoteException(String message)ServiceRemoteException Constructor.ServiceRemoteException(String message, Exception innerException)ServiceRemoteException Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceRemoteException
public ServiceRemoteException()
ServiceRemoteException Constructor.
-
ServiceRemoteException
public ServiceRemoteException(String message)
ServiceRemoteException Constructor.- Parameters:
message- the message
-
ServiceRemoteException
public ServiceRemoteException(String message, Exception innerException)
ServiceRemoteException Constructor.- Parameters:
message- the messageinnerException- the inner exception
-
-