|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
microsoft.exchange.webservices.data.core.exception.service.local.ServiceLocalException
microsoft.exchange.webservices.data.core.exception.service.local.InvalidOrUnsupportedTimeZoneDefinitionException
public class InvalidOrUnsupportedTimeZoneDefinitionException
The Class InvalidOrUnsupportedTimeZoneDefinitionException. Thrown when time zone definition is not valid.
TimeZoneDefinition,
TimeZoneTransitionGroup,
Serialized Form| Constructor Summary | |
|---|---|
InvalidOrUnsupportedTimeZoneDefinitionException()
Constructs an InvalidOrUnsupportedTimeZoneDefinitionException with no detail message. |
|
InvalidOrUnsupportedTimeZoneDefinitionException(String message)
Constructs an InvalidOrUnsupportedTimeZoneDefinitionException with 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 |
|---|
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 |
|---|
public InvalidOrUnsupportedTimeZoneDefinitionException()
InvalidOrUnsupportedTimeZoneDefinitionException with no detail message.
public InvalidOrUnsupportedTimeZoneDefinitionException(String message)
InvalidOrUnsupportedTimeZoneDefinitionException with the specified detail message.
message - the detail message.
public InvalidOrUnsupportedTimeZoneDefinitionException(String message,
Exception innerException)
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).innerException - the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null value is permitted, and indicates that the cause is nonexistent
or unknown.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||