public class EntityNotFoundException extends StorageException
EntityNotFoundException
is used to indicate that an error condition occurred while communicating with
some form of storage medium because the specified entity does not exist.Constructor and Description |
---|
EntityNotFoundException(String message)
Constructs a new
EntityNotFoundException with the passed detail message and null as its
embedded Throwable . |
EntityNotFoundException(String message,
Throwable embedded)
Constructs a new
EntityNotFoundException with the specified detail message and an embedded
Throwable . |
EntityNotFoundException(Throwable embedded)
Constructs a new
EntityNotFoundException 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 EntityNotFoundException(String message)
EntityNotFoundException
with the passed detail message and null
as its
embedded Throwable
.message
- The detail message.public EntityNotFoundException(Throwable embedded)
EntityNotFoundException
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