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