public class ResourceWriteException extends ResourceDataAccessException
ResourceDataAccessException
and Java RuntimeException
indicating a problem
while writing to the target Resource
.RuntimeException
,
Resource
,
ResourceDataAccessException
,
Serialized FormConstructor and Description |
---|
ResourceWriteException()
|
ResourceWriteException(java.lang.String message)
Constructs a new instance of
ResourceWriteException initialized with the given message
to describe the error. |
ResourceWriteException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance of
ResourceWriteException initialized with the given message
describing the error along with a Throwable signifying the underlying cause of this
RuntimeException . |
ResourceWriteException(java.lang.Throwable cause)
Constructs a new instance of
ResourceWriteException initialized with the given Throwable
signifying the underlying cause of this RuntimeException . |
public ResourceWriteException()
public ResourceWriteException(java.lang.String message)
ResourceWriteException
initialized with the given message
to describe the error.message
- String
describing the RuntimeException
.public ResourceWriteException(java.lang.Throwable cause)
ResourceWriteException
initialized with the given Throwable
signifying the underlying cause of this RuntimeException
.cause
- Throwable
signifying the underlying cause of this RuntimeException
.Throwable
public ResourceWriteException(java.lang.String message, java.lang.Throwable cause)
ResourceWriteException
initialized with the given message
describing the error along with a Throwable
signifying the underlying cause of this
RuntimeException
.message
- String
describing the RuntimeException
.cause
- Throwable
signifying the underlying cause of this RuntimeException
.Throwable