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