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, writeExternalpublic 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 ServerSideExceptionpublic 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.