Class ResourceReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.geode.core.io.ResourceDataAccessException
org.springframework.geode.core.io.ResourceReadException
- All Implemented Interfaces:
Serializable
A
ResourceDataAccessException
and Java RuntimeException
indicating a problem
while reading from the target Resource
.- Since:
- 1.3.1
- See Also:
-
Constructor Summary
ConstructorDescriptionResourceReadException
(String message) Constructs a new instance ofResourceReadException
initialized with the givenmessage
to describe the error.ResourceReadException
(String message, Throwable cause) Constructs a new instance ofResourceReadException
initialized with the givenmessage
describing the error along with aThrowable
signifying the underlying cause of thisRuntimeException
.ResourceReadException
(Throwable cause) Constructs a new instance ofResourceReadException
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
-
ResourceReadException
public ResourceReadException() -
ResourceReadException
Constructs a new instance ofResourceReadException
initialized with the givenmessage
to describe the error.- Parameters:
message
-String
describing theRuntimeException
.
-
ResourceReadException
Constructs a new instance ofResourceReadException
initialized with the givenThrowable
signifying the underlying cause of thisRuntimeException
.- Parameters:
cause
-Throwable
signifying the underlying cause of thisRuntimeException
.- See Also:
-
ResourceReadException
Constructs a new instance ofResourceReadException
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:
-