org.objectweb.howl.log
Class LogRecordSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.howl.log.LogException
org.objectweb.howl.log.LogRecordSizeException
- All Implemented Interfaces:
- Serializable
public class LogRecordSizeException
- extends LogException
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LogRecordSizeException
public LogRecordSizeException()
- Constructs an instance of this class.
LogRecordSizeException
public LogRecordSizeException(int size)
- Constructs an instance of this class with
specified description.
- Parameters:
size
- maximum size of a user data record
Copyright © 2011 ObjectWeb HOWL. All Rights Reserved.