Package io.helidon.reactive.media.common
Class OutOfCapacityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.reactive.media.common.OutOfCapacityException
- All Implemented Interfaces:
Serializable
Exception that is related to the capacity of an object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutOfCapacityException(String message) New exception with a message and without a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutOfCapacityException
New exception with a message and without a cause.- Parameters:
message- message to use
-