Class InvalidOrUnsupportedTimeZoneDefinitionException
- 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.InvalidOrUnsupportedTimeZoneDefinitionException
-
- All Implemented Interfaces:
Serializable
public class InvalidOrUnsupportedTimeZoneDefinitionException extends ServiceLocalException
The Class InvalidOrUnsupportedTimeZoneDefinitionException. Thrown when time zone definition is not valid.- See Also:
TimeZoneDefinition,TimeZoneTransitionGroup, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidOrUnsupportedTimeZoneDefinitionException()Constructs anInvalidOrUnsupportedTimeZoneDefinitionExceptionwith no detail message.InvalidOrUnsupportedTimeZoneDefinitionException(String message)Constructs anInvalidOrUnsupportedTimeZoneDefinitionExceptionwith the specified detail message.InvalidOrUnsupportedTimeZoneDefinitionException(String message, Exception innerException)Constructs a new exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidOrUnsupportedTimeZoneDefinitionException
public InvalidOrUnsupportedTimeZoneDefinitionException()
Constructs anInvalidOrUnsupportedTimeZoneDefinitionExceptionwith no detail message.
-
InvalidOrUnsupportedTimeZoneDefinitionException
public InvalidOrUnsupportedTimeZoneDefinitionException(String message)
Constructs anInvalidOrUnsupportedTimeZoneDefinitionExceptionwith the specified detail message.- Parameters:
message- the detail message.
-
InvalidOrUnsupportedTimeZoneDefinitionException
public InvalidOrUnsupportedTimeZoneDefinitionException(String message, Exception innerException)
Constructs a new exception with the specified detail message and cause.- Parameters:
message- the detail message (which is saved for later retrieval by theThrowable.getMessage()method).innerException- the cause (which is saved for later retrieval by theThrowable.getCause()method). (Anullvalue is permitted, and indicates that the cause is nonexistent or unknown.)
-
-