com.tivoli.twg.engine
Class TWGPersistentObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGPersistentObjectException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TWGPersistentObjectRestoreException, TWGPersistentObjectSaveException

public class TWGPersistentObjectException
extends java.lang.Exception

Base class for persistent object exceptions.

See Also:
Serialized Form

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

TWGPersistentObjectException

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


TWGPersistentObjectException

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