public abstract class ObjectNotFoundException extends LspsException
Modifier | Constructor and Description |
---|---|
protected |
ObjectNotFoundException(String message) |
|
ObjectNotFoundException(String objectType,
Object objectId)
Creates new instance.
|
|
ObjectNotFoundException(String objectType,
Object objectId,
Throwable cause)
Creates new instance.
|
getModelInstanceStates, setModelInstanceStates
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ObjectNotFoundException(String message)
public ObjectNotFoundException(String objectType, Object objectId)
objectType
- objectId
- NullPointerException
- if the objectType
or the objectId
is nullpublic ObjectNotFoundException(String objectType, Object objectId, Throwable cause)
objectType
- objectId
- cause
- NullPointerException
- if the objectType
or the objectId
is nullCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.