public class InvalidURIException extends CacheResourceException
| Modifier and Type | Class and Description |
|---|---|
static class |
InvalidURIException.InvalidURIError |
| Constructor and Description |
|---|
InvalidURIException(String resourceURI,
InvalidURIException.InvalidURIError errorCode,
String... arguments) |
InvalidURIException(String resourceURI,
InvalidURIException.InvalidURIError errorCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
InvalidURIException.InvalidURIError |
getErrorCode() |
getResourceURI, isDTDaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, Throwable cause)
public InvalidURIException(String resourceURI, InvalidURIException.InvalidURIError errorCode, String... arguments)
public InvalidURIException.InvalidURIError getErrorCode()
Copyright © 2022. All rights reserved.