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, writeExternal
public 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
SecureExternalizable
writeInstance
in interface SecureExternalizable
writeInstance
in class ServerSideException
java.io.IOException
public void readInstance(SecureObjectInputI s) throws java.io.IOException
SecureExternalizable
readInstance
in interface SecureExternalizable
readInstance
in class ServerSideException
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.