Serialized Form
-
Package org.apache.camel.component.wal.exceptions
-
Exception Class org.apache.camel.component.wal.exceptions.BufferOverflow
class BufferOverflow extends IOException implements Serializable-
Serialized Fields
-
remaining
int remaining
-
requested
int requested
-
-
-
Exception Class org.apache.camel.component.wal.exceptions.BufferTooSmallException
class BufferTooSmallException extends IOException implements Serializable-
Serialized Fields
-
remaining
int remaining
-
requested
int requested
-
-
-
Exception Class org.apache.camel.component.wal.exceptions.InvalidRecordException
class InvalidRecordException extends RuntimeException implements Serializable
-