Class PathResolveLimitExceededException

All Implemented Interfaces:
Serializable

public class PathResolveLimitExceededException extends PathResolverException
See Also:
  • Constructor Details Link icon

    • PathResolveLimitExceededException Link icon

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

    • getEntityId Link icon

      public SimpleEntityId getEntityId()
    • getPath Link icon

      public String getPath()
    • getPathElement Link icon

      public String getPathElement()
    • getSize Link icon

      public long getSize()
    • getLimit Link icon

      public long getLimit()