Class ServiceVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.service.local.ServiceLocalException
-
- microsoft.exchange.webservices.data.core.exception.service.local.ServiceVersionException
-
- All Implemented Interfaces:
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
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceVersionException
public ServiceVersionException()
Initializes a new instance of the class.
-
ServiceVersionException
public ServiceVersionException(String message)
Initializes a new instance of the class.- Parameters:
message- the message
-
ServiceVersionException
public ServiceVersionException(String message, Exception innerException)
Instantiates a new service version exception.- Parameters:
message- the messageinnerException- the inner exception
-
-