public abstract class ObjectNotFoundException extends LspsException
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectNotFoundException(java.lang.String message) |
|
ObjectNotFoundException(java.lang.String objectType,
java.lang.Object objectId)
Creates new instance.
|
|
ObjectNotFoundException(java.lang.String objectType,
java.lang.Object objectId,
java.lang.Throwable cause)
Creates new instance.
|
getModelInstanceStates, setModelInstanceStatesprotected ObjectNotFoundException(java.lang.String message)
public ObjectNotFoundException(java.lang.String objectType,
java.lang.Object objectId)
objectType - objectId - java.lang.NullPointerException - if the objectType or the objectId is nullpublic ObjectNotFoundException(java.lang.String objectType,
java.lang.Object objectId,
java.lang.Throwable cause)
objectType - objectId - cause - java.lang.NullPointerException - if the objectType or the objectId is nullCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.