com.tivoli.twg.engine
Class ManagedObjectFactoryInitException

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

public class ManagedObjectFactoryInitException
extends TWGClassInitException

Base exception for TWGManagedObjectFactory initialization exceptions.

See Also:
Serialized Form

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

ManagedObjectFactoryInitException

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


ManagedObjectFactoryInitException

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

Parameters:
s - - the detail message.