public class URIException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
URIException()
Constructor.
|
URIException(Exception wrappedException)
Constructor.
|
URIException(String message)
Constructor.
|
URIException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public URIException()
public URIException(@Nullable String message)
message - exception messagepublic URIException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.