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, toString
private 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–2018. All rights reserved.