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
ConstructorsConstructorDescriptionResourceReadException(String message) Constructs a new instance ofResourceReadExceptioninitialized with the givenmessageto describe the error.ResourceReadException(String message, Throwable cause) Constructs a new instance ofResourceReadExceptioninitialized with the givenmessagedescribing the error along with aThrowablesignifying the underlying cause of thisRuntimeException.ResourceReadException(Throwable cause) Constructs a new instance ofResourceReadExceptioninitialized with the givenThrowablesignifying 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 ofResourceReadExceptioninitialized with the givenmessageto describe the error.- Parameters:
message-Stringdescribing theRuntimeException.
-
ResourceReadException
Constructs a new instance ofResourceReadExceptioninitialized with the givenThrowablesignifying the underlying cause of thisRuntimeException.- Parameters:
cause-Throwablesignifying the underlying cause of thisRuntimeException.- See Also:
-
ResourceReadException
Constructs a new instance ofResourceReadExceptioninitialized with the givenmessagedescribing the error along with aThrowablesignifying the underlying cause of thisRuntimeException.- Parameters:
message-Stringdescribing theRuntimeException.cause-Throwablesignifying the underlying cause of thisRuntimeException.- See Also:
-