Class PathResolveLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.rest.entity.impl.beans.factories.path.PathResolverException
ch.tocco.nice2.rest.entity.impl.beans.factories.path.PathResolveLimitExceededException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionPathResolveLimitExceededException
(SimpleEntityId entityId, String path, String pathElement, long size, long limit) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathResolveLimitExceededException
public PathResolveLimitExceededException(SimpleEntityId entityId, String path, String pathElement, long size, long limit)
-
-
Method Details
-
getEntityId
-
getPath
-
getPathElement
-
getSize
public long getSize() -
getLimit
public long getLimit()
-