Package com.gentlyweb.utils
Class FilterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gentlyweb.utils.ChainException
-
- com.gentlyweb.utils.FilterException
-
- All Implemented Interfaces:
Serializable
public class FilterException extends ChainException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-