public class InvalidSlotException extends Db4oRecoverableException
ChainedRuntimeException.ChainedRuntimeExceptionMixin| Constructor and Description |
|---|
InvalidSlotException(int address,
int length,
int id)
Constructor allowing to specify the address, length and id.
|
InvalidSlotException(java.lang.String msg)
Constructor allowing to specify a detailed message.
|
public InvalidSlotException(java.lang.String msg)
msg - messagepublic InvalidSlotException(int address,
int length,
int id)
address - offending addresslength - offending lengthid - id where the address and length were read.