Package one.microstream.collections
Class CapacityExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
one.microstream.collections.IndexExceededException
one.microstream.collections.CapacityExceededException
- All Implemented Interfaces:
Serializable
public class CapacityExceededException extends IndexExceededException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CapacityExceededException()
CapacityExceededException(int bound, int index)
CapacityExceededException(int bound, int index, String message)
CapacityExceededException(String message)
-
Method Summary
Methods inherited from class one.microstream.collections.IndexExceededException
bound, getMessage, index
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CapacityExceededException
public CapacityExceededException() -
CapacityExceededException
-
CapacityExceededException
-
CapacityExceededException
public CapacityExceededException(int bound, int index)
-