public class UnknownResourceException extends ApplicationUsageException
| Constructor and Description |
|---|
UnknownResourceException(String message)
Create a new instance with a message.
|
UnknownResourceException(String message,
Throwable cause)
Create a new instance with a message and a cause.
|
UnknownResourceException(Throwable cause)
Create a new instance with a cause and a default message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownResourceException(String message, Throwable cause)
message - the description of the failure.cause - the underlying cause of the failure.public UnknownResourceException(String message)
message - the description of the failure.public UnknownResourceException(Throwable cause)
cause - the underlying cause of the failure.
Copyright (C) 2014-2016, Center for Open Middleware