Class OffsetOutOfBoundsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.server.service.impl.OffsetOutOfBoundsException
All Implemented Interfaces:
Serializable

public class OffsetOutOfBoundsException extends RuntimeException
Exception thrown when a user requests a page and size combination that creates an offset that is greater than Integer.MAX_VALUE.
Author:
Glenn Renfro
See Also:
  • Constructor Details

    • OffsetOutOfBoundsException

      public OffsetOutOfBoundsException(String message)