Class OutOfCapacityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.reactive.media.common.OutOfCapacityException
All Implemented Interfaces:
Serializable

public class OutOfCapacityException extends RuntimeException
Exception that is related to the capacity of an object.
See Also:
  • Constructor Details

    • OutOfCapacityException

      public OutOfCapacityException(String message)
      New exception with a message and without a cause.
      Parameters:
      message - message to use