Class PathResolveLimitExceededException

All Implemented Interfaces:
Serializable

public class PathResolveLimitExceededException extends PathResolverException
See Also:
  • Constructor Details

    • PathResolveLimitExceededException

      public PathResolveLimitExceededException(SimpleEntityId entityId, String path, String pathElement, long size, long limit)
  • Method Details

    • getEntityId

      public SimpleEntityId getEntityId()
    • getPath

      public String getPath()
    • getPathElement

      public String getPathElement()
    • getSize

      public long getSize()
    • getLimit

      public long getLimit()