com.tivoli.twg.engine
Class TWGManagedObjectFactoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGManagedObjectFactoryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ManagedObjectFactoryActivateException, ManagedObjectFactoryDeactivateException, ManagedObjectFactoryDiscoverException

public class TWGManagedObjectFactoryException
extends java.lang.Exception

Base exception for TWGManagedObjectFactory exceptions.

See Also:
Serialized Form

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

TWGManagedObjectFactoryException

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


TWGManagedObjectFactoryException

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

Parameters:
s - - the detail message.