Package dev.voidframework.web.exception
Class FilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.FilterException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FilterException.LoadFailure,FilterException.Overflow
All exceptions related to the Filter feature are subclasses of
FilterException.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that Filter class can't be loaded.static classException indicates that an overflow occur during the filter chain processing. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFilterException(String message) Build a new instance.protectedFilterException(String message, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FilterException
Build a new instance.- Parameters:
message- The detail messagecause- The root cause
-
FilterException
Build a new instance.- Parameters:
message- The detail message
-