Class TimeZoneConversionException
- 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.TimeZoneConversionException
-
- All Implemented Interfaces:
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
Constructors Constructor Description TimeZoneConversionException()ServiceLocalException Constructor.TimeZoneConversionException(String message)ServiceLocalException Constructor.TimeZoneConversionException(String message, Exception innerException)ServiceLocalException Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TimeZoneConversionException
public TimeZoneConversionException()
ServiceLocalException Constructor.
-
TimeZoneConversionException
public TimeZoneConversionException(String message)
ServiceLocalException Constructor.- Parameters:
message- the message
-
TimeZoneConversionException
public TimeZoneConversionException(String message, Exception innerException)
ServiceLocalException Constructor.- Parameters:
message- the messageinnerException- the inner exception
-
-