com.ibm.tws.conn.exception
Class ConnInvalidTimeZoneException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.tws.util.exception.TWSException
              extended bycom.ibm.tws.conn.exception.ConnException
                  extended bycom.ibm.tws.conn.exception.ConnValidationException
                      extended bycom.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
 
Constructor Summary
ConnInvalidTimeZoneException(TWSObject obj, java.lang.String timezone)
          Constructor
 
Method Summary
 TWSObject getObject()
          Get the object involved with the invalid timezone
 java.lang.String getTimeZone()
          Get the invalid timezone
 
Methods inherited from class com.ibm.tws.conn.exception.ConnException
buildInsert, buildInsert2
 
Methods inherited from class com.ibm.tws.util.exception.TWSException
getArgs, getCauseMessage, getLocalizedMessage, getLocalizedMessage, getMessage, initialize, printStackTrace, printStackTrace, printStackTrace
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright

Constructor Detail

ConnInvalidTimeZoneException

public ConnInvalidTimeZoneException(TWSObject obj,
                                    java.lang.String timezone)
Constructor

Parameters:
obj - The object involved with the invalid timezone
timezone - The invalid timezone
Method Detail

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.