public class ResourceException extends RuntimeException
ResourceException
class defines a general exception that any CRISP Resource
operations can throw when it is unable to perform its operation successfully.Constructor and Description |
---|
ResourceException()
Constructs a new
Resource exception. |
ResourceException(String message)
Constructs a new
Resource exception with the given message. |
ResourceException(String message,
Throwable nested)
Constructs a new
Resource exception with the given message and a nested exception. |
ResourceException(Throwable nested)
Constructs a new
Resource exception with the nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceException()
Resource
exception.public ResourceException(String message)
Resource
exception with the given message.message
- the exception messagepublic ResourceException(Throwable nested)
Resource
exception with the nested exception.nested
- the nested exceptionCopyright © 2017–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.