microsoft.exchange.webservices.data
Class TimeZoneConversionException

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

public class TimeZoneConversionException
extends ServiceLocalException

Represents an error that occurs when a date and time cannot be converted from one time zone to another.

See Also:
Serialized Form

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

TimeZoneConversionException

public TimeZoneConversionException()
ServiceLocalException Constructor.


TimeZoneConversionException

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

Parameters:
message - the message

TimeZoneConversionException

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

Parameters:
message - the message
innerException - the inner exception