|
|||||||||
| 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.ServiceLocalException
microsoft.exchange.webservices.data.ServiceVersionException
public final class ServiceVersionException
Represents an error that occurs when a request cannot be handled due to a service version mismatch.
| Constructor Summary | |
|---|---|
ServiceVersionException()
Initializes a new instance of the class. |
|
ServiceVersionException(String message)
Initializes a new instance of the class. |
|
ServiceVersionException(String message,
Exception innerException)
Instantiates a new service version exception. |
|
| 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 ServiceVersionException()
public ServiceVersionException(String message)
message - the message
public ServiceVersionException(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 | ||||||||