Class LargeObjectException.ExceedsLimit

All Implemented Interfaces:
Serializable
Enclosing class:
LargeObjectException

public static class LargeObjectException.ExceedsLimit extends LargeObjectException
Object size exceeds the caller's upper limit.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • limit

      private final long limit
    • size

      private final long size
  • Constructor Details

    • ExceedsLimit

      public ExceedsLimit(long limit, long size)
      Construct an exception for a particular size being exceeded.
      Parameters:
      limit - the limit the caller imposed on the object.
      size - the actual size of the object.
  • Method Details