Class UnknownEntityPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.rest.core.spi.error.BadRequestException
ch.tocco.nice2.rest.entity.spi.error.UnknownEntityPathException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownEntityPathException
(String message, Object... messageArgs) UnknownEntityPathException
(String path, String entityModelName) UnknownEntityPathException
(Throwable cause, Object... messageArgs) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownEntityPathException
-
UnknownEntityPathException
-
UnknownEntityPathException
-