Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.geode.core.io.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
RuntimeException
indication that a Resource
could not be found.- Since:
- 1.3.1
- See Also:
-
RuntimeException
Resource
- Serialized Form
-
Constructor Summary
ConstructorDescriptionResourceNotFoundException
(String message) Constructs a new instance ofResourceNotFoundException
initialized with the givenmessage
to describe the error.ResourceNotFoundException
(String message, Throwable cause) Constructs a new instance ofResourceNotFoundException
initialized with the givenmessage
describing the error along with aThrowable
signifying the underlying cause of thisRuntimeException
.Constructs a new instance ofResourceNotFoundException
initialized with the givenThrowable
signifying the underlying cause of thisRuntimeException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
public ResourceNotFoundException() -
ResourceNotFoundException
Constructs a new instance ofResourceNotFoundException
initialized with the givenmessage
to describe the error.- Parameters:
message
-String
describing theRuntimeException
.
-
ResourceNotFoundException
Constructs a new instance ofResourceNotFoundException
initialized with the givenThrowable
signifying the underlying cause of thisRuntimeException
.- Parameters:
cause
-Throwable
signifying the underlying cause of thisRuntimeException
.- See Also:
-
ResourceNotFoundException
Constructs a new instance ofResourceNotFoundException
initialized with the givenmessage
describing the error along with aThrowable
signifying the underlying cause of thisRuntimeException
.- Parameters:
message
-String
describing theRuntimeException
.cause
-Throwable
signifying the underlying cause of thisRuntimeException
.- See Also:
-