Class SimpleBoundedInputStream.StreamSizeExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.elasticsearch.xpack.core.ml.inference.utils.SimpleBoundedInputStream.StreamSizeExceededException
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleBoundedInputStream

public static class SimpleBoundedInputStream.StreamSizeExceededException extends IOException
See Also:
  • Constructor Details

    • StreamSizeExceededException

      public StreamSizeExceededException(String message, long maxBytes)
  • Method Details

    • getMaxBytes

      public long getMaxBytes()