org.sakaiproject.entitybroker.exception
Class EntityBrokerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sakaiproject.entitybroker.exception.EntityBrokerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EntityEncodingException, EntityException, EntityNotFoundException, FormatUnsupportedException
public class EntityBrokerException
- extends RuntimeException
The base class for all exceptions out of the entity broker system
- Author:
- Aaron Zeckoski (azeckoski @ gmail.com)
- See Also:
- Serialized Form
|
Field Summary |
String |
entityReference
The unique reference for the entity or entity space related to this failure |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
entityReference
public String entityReference
- The unique reference for the entity or entity space related to this failure
EntityBrokerException
public EntityBrokerException(String message,
String entityReference)
EntityBrokerException
public EntityBrokerException(String message,
String entityReference,
Throwable cause)
Copyright © 2007-2012 Sakai Project. All Rights Reserved.