public class DetachedItemException extends BaseException
DbControl
that
manages it.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DetachedItemException(String what)
Creates a new
DetachedItemException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public DetachedItemException(String what)
DetachedItemException
. The error
message produced will look like:
Item is detached: User[ID=1]
what
- A description of what has been detached, for
example User[ID=1]