Class ServiceRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRemoteException
-
- microsoft.exchange.webservices.data.core.exception.service.remote.ServiceRequestException
-
- All Implemented Interfaces:
Serializable
public class ServiceRequestException extends ServiceRemoteException
The Class ServiceRequestException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceRequestException()ServiceRequestException Constructor.ServiceRequestException(String message)ServiceRequestException Constructor.ServiceRequestException(String message, Exception innerException)ServiceRequestException 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
-
ServiceRequestException
public ServiceRequestException()
ServiceRequestException Constructor.
-
ServiceRequestException
public ServiceRequestException(String message)
ServiceRequestException Constructor.- Parameters:
message- the message
-
ServiceRequestException
public ServiceRequestException(String message, Exception innerException)
ServiceRequestException Constructor.- Parameters:
message- the messageinnerException- the inner exception
-
-