public class ObjectNotPersistentException extends PersistenceException
ServerSideException.Cause| Constructor and Description |
|---|
ObjectNotPersistentException() |
ObjectNotPersistentException(java.lang.Long _id,
java.lang.Class<? extends BOI> _clazz,
java.lang.String _msg) |
ObjectNotPersistentException(java.lang.Long _id,
java.lang.Class<? extends BOI> _clazz,
java.lang.String _msg,
java.lang.Throwable _cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends BOI> |
getClazz() |
java.lang.Long |
getId() |
void |
readInstance(SecureObjectInputI s)
Reads an instance of this class from the given SecureObjectInputI without using readObject.
|
void |
writeInstance(SecureObjectOutputI s)
Writes an instance of this class to the given SecureObjectOutputI without using writeObject.
|
getMessage, getMessageWithoutBackendPrefix, getRootCauseIfOfType, getRootCauseIfOfType, readExternal, stripBackendPrefix, writeExternalpublic ObjectNotPersistentException(java.lang.Long _id,
java.lang.Class<? extends BOI> _clazz,
java.lang.String _msg)
public ObjectNotPersistentException(java.lang.Long _id,
java.lang.Class<? extends BOI> _clazz,
java.lang.String _msg,
java.lang.Throwable _cause)
public ObjectNotPersistentException()
public java.lang.Long getId()
public java.lang.Class<? extends BOI> getClazz()
public void writeInstance(SecureObjectOutputI s) throws java.io.IOException
SecureExternalizablewriteInstance in interface SecureExternalizablewriteInstance in class ServerSideExceptionjava.io.IOExceptionpublic void readInstance(SecureObjectInputI s) throws java.io.IOException
SecureExternalizablereadInstance in interface SecureExternalizablereadInstance in class ServerSideExceptionjava.io.IOExceptionCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.