microsoft.exchange.webservices.data
Class ServiceLocalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.ServiceLocalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AutodiscoverLocalException, PropertyException, ServiceValidationException, ServiceVersionException, ServiceXmlDeserializationException, ServiceXmlSerializationException, TimeZoneConversionException

public class ServiceLocalException
extends java.lang.Exception

Represents an error that occurs when a service operation fails locally (e.g. validation error).

See Also:
Serialized Form

Constructor Summary
ServiceLocalException()
          ServiceLocalException Constructor.
ServiceLocalException(java.lang.String message)
          ServiceLocalException Constructor.
ServiceLocalException(java.lang.String message, java.lang.Exception innerException)
          ServiceLocalException 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

ServiceLocalException

public ServiceLocalException()
ServiceLocalException Constructor.


ServiceLocalException

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

Parameters:
message - the message

ServiceLocalException

public ServiceLocalException(java.lang.String message,
                             java.lang.Exception innerException)
ServiceLocalException Constructor.

Parameters:
message - the message
innerException - the inner exception