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
Fields Modifier and Type Field Description StringentityReferenceThe unique reference for the entity or entity space related to this failure
-
Constructor Summary
Constructors Constructor Description EntityBrokerException(String message, String entityReference)EntityBrokerException(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
-
-
-
-
Field Detail
-
entityReference
public String entityReference
The unique reference for the entity or entity space related to this failure
-
-