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-2013. All Rights Reserved.