|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.ServiceRemoteException
public class ServiceRemoteException
Represents an error that occurs when a service operation fails remotely.
| Constructor Summary | |
|---|---|
ServiceRemoteException()
ServiceRemoteException Constructor. |
|
ServiceRemoteException(String message)
ServiceRemoteException Constructor. |
|
ServiceRemoteException(String message,
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 |
|---|
public ServiceRemoteException()
public ServiceRemoteException(String message)
message - the message
public ServiceRemoteException(String message,
Exception innerException)
message - the messageinnerException - the inner exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||