org.sakaiproject.entitybroker.exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntityNotFoundException
public EntityNotFoundException(String message,
String entityReference)
EntityNotFoundException
public EntityNotFoundException(String message,
String entityReference,
Throwable cause)
Copyright © 2007-2013 Sakai Project. All Rights Reserved.