|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.howl.log.LogException
org.objectweb.howl.log.LogRecordSizeException
public class LogRecordSizeException
Checked exception thrown when the byte[] passed to put is larger than the configured buffer size.
LogBufferManager does not support spanned records (records that span physical blocks). Increase the configured journal block size to accomodate larger records.
Constructor Summary | |
---|---|
LogRecordSizeException()
Constructs an instance of this class. |
|
LogRecordSizeException(int size)
Constructs an instance of this class with specified description. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogRecordSizeException()
public LogRecordSizeException(int size)
size
- maximum size of a user data record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |