public class ResourceException
extends Exception
Indicates a problem loading or accessing a resource.
| Constructor and description |
|---|
ResourceException()Creates a resource exception with no detail message. |
ResourceException(String message)Creates a resource exception with the supplied detail message. |
ResourceException(String message, Throwable cause)Creates a resource exception with the supplied detail message and cause. |
ResourceException(Throwable cause)Creates a resource exception with the supplied cause. |
| Methods inherited from class | Name |
|---|---|
class Exception |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |
Creates a resource exception with no detail message.
Creates a resource exception with the supplied detail message.
message - the detail messageCreates a resource exception with the supplied detail message and cause.
message - the detail messagecause - the underlying causeCreates a resource exception with the supplied cause.
cause - the underlying causeCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.