microsoft.exchange.webservices.data
Class ServiceVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.ServiceLocalException
              extended by microsoft.exchange.webservices.data.ServiceVersionException
All Implemented Interfaces:
java.io.Serializable

public final class ServiceVersionException
extends ServiceLocalException

Represents an error that occurs when a request cannot be handled due to a service version mismatch.

See Also:
Serialized Form

Constructor Summary
ServiceVersionException()
          Initializes a new instance of the class.
ServiceVersionException(java.lang.String message)
          Initializes a new instance of the class.
ServiceVersionException(java.lang.String message, java.lang.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

ServiceVersionException

public ServiceVersionException()
Initializes a new instance of the class.


ServiceVersionException

public ServiceVersionException(java.lang.String message)
Initializes a new instance of the class.

Parameters:
message - the message

ServiceVersionException

public ServiceVersionException(java.lang.String message,
                               java.lang.Exception innerException)
Instantiates a new service version exception.

Parameters:
message - the message
innerException - the inner exception