org.opensaml.saml2.metadata.provider
public class FilterException extends Exception
MetadataFilter
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID
|
Constructor and Description |
---|
FilterException()
Constructor.
|
FilterException(Exception wrappedException)
Constructor.
|
FilterException(String message)
Constructor.
|
FilterException(String message,
Exception wrappedException)
Constructor.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public FilterException()
public FilterException(String message)
message
- exception messagepublic FilterException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.