public class FilterProcessingException extends AttributeFilteringException
| Constructor and Description |
|---|
FilterProcessingException()
Constructor.
|
FilterProcessingException(String message)
Constructor.
|
FilterProcessingException(String message,
Throwable wrappedException)
Constructor.
|
FilterProcessingException(Throwable wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FilterProcessingException()
public FilterProcessingException(String message)
message - exception messagepublic FilterProcessingException(Throwable wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2014. All rights reserved.