public class FilterException extends Exception
Constructor and Description |
---|
FilterException()
Empty constructor
|
FilterException(String message)
Constructs exception with the message
|
FilterException(String message,
Throwable cause)
Constructs the exception with message and cause
|
FilterException(Throwable cause)
Constructs the exception with cause of the exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FilterException()
public FilterException(String message)
message
- detail messagepublic FilterException(String message, Throwable cause)
message
- detail messagecause
- original exceptionpublic FilterException(Throwable cause)
cause
- original exceptionCopyright © 2013. All Rights Reserved.