Class EntityEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sakaiproject.entitybroker.exception.EntityBrokerException
-
- org.sakaiproject.entitybroker.exception.EntityEncodingException
-
- All Implemented Interfaces:
Serializable
public class EntityEncodingException extends EntityBrokerException
Throw to indicate that there was a failure during encoding/decoding an entity or related data- 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 EntityEncodingException(String message, String entityReference)EntityEncodingException(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
-
-