public class FilterException extends Exception
MetadataFilter
.Constructor and Description |
---|
FilterException()
Constructor.
|
FilterException(Exception wrappedException)
Constructor.
|
FilterException(String message)
Constructor.
|
FilterException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FilterException()
public FilterException(@Nullable String message)
message
- exception messagepublic FilterException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2016 JBoss by Red Hat. All rights reserved.