public class StorageException extends DeliveryException
StorageException
is used to indicate that an error condition occurred while communicating with some
form of storage medium.Constructor and Description |
---|
StorageException(String message)
Constructs a new
StorageException with the passed detail message and null as its
embedded Throwable . |
StorageException(String message,
Throwable embedded)
Constructs a new
StorageException with the specified detail message and an embedded
Throwable . |
StorageException(Throwable embedded)
Constructs a new
StorageException with the specified embedded Throwable and
null as its detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StorageException(String message)
StorageException
with the passed detail message and null
as its
embedded Throwable
.message
- The detail message.public StorageException(Throwable embedded)
StorageException
with the specified embedded Throwable
and
null
as its detail message.embedded
- Throwable
to embed within this one.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries