public class ObjectsNotPersistentException extends PersistenceException
ServerSideException.Cause
Constructor and Description |
---|
ObjectsNotPersistentException() |
ObjectsNotPersistentException(java.lang.Throwable _cause) |
Modifier and Type | Method and Description |
---|---|
void |
addMock(java.lang.Long id,
java.lang.Class<? extends BOI> clazz) |
java.lang.String |
getMessage() |
java.util.List<de.ipcon.db.ObjectsNotPersistentException.Mock> |
getMocks() |
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.
|
getMessageWithoutBackendPrefix, getRootCauseIfOfType, getRootCauseIfOfType, readExternal, stripBackendPrefix, writeExternal
public ObjectsNotPersistentException()
public ObjectsNotPersistentException(java.lang.Throwable _cause)
public java.util.List<de.ipcon.db.ObjectsNotPersistentException.Mock> getMocks()
public void addMock(java.lang.Long id, java.lang.Class<? extends BOI> clazz)
public java.lang.String getMessage()
getMessage
in class ServerSideException
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.