com.tivoli.twg.engine
Class TWGFilterInitException

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

public class TWGFilterInitException
extends TWGFilterException

Filter initialization exception

See Also:
Serialized Form

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

TWGFilterInitException

public TWGFilterInitException()
Constructor for a TWGFilterInitException with no detail message


TWGFilterInitException

public TWGFilterInitException(java.lang.String s)
Constructor for a TWGFilterInitException with detail message

Parameters:
s - - the detail message.