public class ResourceException extends RuntimeException
| Constructor and Description |
|---|
ResourceException()
Constructs an exception with no message and no underlying cause.
|
ResourceException(String message)
Constructs an exception with the specified message.
|
ResourceException(String message,
Throwable cause)
Constructs an exception with the specified message and the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceException()
public ResourceException(String message)
message - the message describing the specific nature of the errorCopyright © 2015. All rights reserved.