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