com.gentlyweb.utils
Class FilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentlyweb.utils.ChainException
              extended by com.gentlyweb.utils.FilterException
All Implemented Interfaces:
Serializable

public class FilterException
extends ChainException

See Also:
Serialized Form

Constructor Summary
FilterException(String message)
           
FilterException(String message, Exception e)
           
 
Method Summary
 
Methods inherited from class com.gentlyweb.utils.ChainException
getException, printInnerExceptionChain
 
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

FilterException

public FilterException(String message,
                       Exception e)

FilterException

public FilterException(String message)