Package org.opendaylight.raft.journal
Class EntryTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.opendaylight.raft.journal.EntryTooLargeException
- All Implemented Interfaces:
Serializable
Exception thrown when an entry being stored is too large.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntryTooLargeException
Default constructor.- Parameters:
message
- the message
-