com.tivoli.twg.engine
Class TWGConObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGConObjectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TWGConObjectUpdateException

public class TWGConObjectException
extends java.lang.Exception

Base exception for TWGConObject exceptions

See Also:
Serialized Form

Constructor Summary
TWGConObjectException()
          Constructs a TWGConObjectException with no detail message.
TWGConObjectException(java.lang.String s)
          Constructs a TWGConObjectException 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

TWGConObjectException

public TWGConObjectException()
Constructs a TWGConObjectException with no detail message.


TWGConObjectException

public TWGConObjectException(java.lang.String s)
Constructs a TWGConObjectException with the specified detail message.

Parameters:
s - - the detail message.