|
||||||||
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.ServiceLocalException
microsoft.exchange.webservices.data.TimeZoneConversionException
public class TimeZoneConversionException
Represents an error that occurs when a date and time cannot be converted from one time zone to another.
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 |
---|
public TimeZoneConversionException()
public TimeZoneConversionException(java.lang.String message)
message
- the messagepublic TimeZoneConversionException(java.lang.String message, java.lang.Exception innerException)
message
- the messageinnerException
- the inner exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |