com.tivoli.twg.engine
Class TWGUserPropertiesCommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGUserPropertiesCommandException
All Implemented Interfaces:
java.io.Serializable

public class TWGUserPropertiesCommandException
extends java.lang.Exception

Base class for TWGUserPropertiesCommand exceptions.

See Also:
Serialized Form

Constructor Summary
TWGUserPropertiesCommandException()
          Constructs an TWGUserPropertiesCommandException with no detail message.
TWGUserPropertiesCommandException(java.lang.String string)
          Constructs an TWGUserPropertiesCommandException with the specified detail message.
 
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

TWGUserPropertiesCommandException

public TWGUserPropertiesCommandException()
Constructs an TWGUserPropertiesCommandException with no detail message.


TWGUserPropertiesCommandException

public TWGUserPropertiesCommandException(java.lang.String string)
Constructs an TWGUserPropertiesCommandException with the specified detail message.