Class EntityNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.entitybroker.exception.EntityBrokerException
-
- org.sakaiproject.entitybroker.exception.EntityNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EntityNotFoundException extends EntityBrokerException
Throw to indicate that there was a failure finding an entity or collection of entities- Author:
- Aaron Zeckoski (aaron@caret.cam.ac.uk)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.sakaiproject.entitybroker.exception.EntityBrokerException
entityReference
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException(String message, String entityReference)EntityNotFoundException(String message, String entityReference, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-