microsoft.exchange.webservices.data
Class ServiceValidationException

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.ServiceValidationException
All Implemented Interfaces:
java.io.Serializable

public final class ServiceValidationException
extends ServiceLocalException

Represents an error that occurs when a validation check fails.

See Also:
Serialized Form

Constructor Summary
ServiceValidationException()
          ServiceValidationException Constructor.
ServiceValidationException(java.lang.String message)
          ServiceValidationException Constructor.
ServiceValidationException(java.lang.String message, java.lang.Exception innerException)
          Instantiates a new service validation 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

ServiceValidationException

public ServiceValidationException()
ServiceValidationException Constructor.


ServiceValidationException

public ServiceValidationException(java.lang.String message)
ServiceValidationException Constructor.

Parameters:
message - the message

ServiceValidationException

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

Parameters:
message - the message
innerException - the inner exception