com.tivoli.twg.engine
Class TWGFilterNotFoundException

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

public class TWGFilterNotFoundException
extends TWGFilterException

Filter not found in persistent object list

See Also:
Serialized Form

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

TWGFilterNotFoundException

public TWGFilterNotFoundException()
Constructor for a TWGFilterException with no detail message


TWGFilterNotFoundException

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

Parameters:
s - - the detail message.