com.ibm.tws.conn.exception
Class ConnInvalidTimeZoneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.tws.util.exception.TWSException
com.ibm.tws.conn.exception.ConnException
com.ibm.tws.conn.exception.ConnValidationException
com.ibm.tws.conn.exception.ConnInvalidTimeZoneException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnInvalidTimeZoneException
- extends ConnValidationException
This exception is thrown when an operation try to work with an invalid timezone
- Author:
- slutri
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright
ConnInvalidTimeZoneException
public ConnInvalidTimeZoneException(TWSObject obj,
java.lang.String timezone)
- Constructor
- Parameters:
obj
- The object involved with the invalid timezonetimezone
- The invalid timezone
getObject
public TWSObject getObject()
- Get the object involved with the invalid timezone
- Returns:
- The TWS Object
getTimeZone
public java.lang.String getTimeZone()
- Get the invalid timezone
- Returns:
- The invalid timezone
Copyright © 2005 IBM All Rights Reserved.