org.sakaiproject.entitybroker.exception
Class EntityEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sakaiproject.entitybroker.exception.EntityBrokerException
                  extended by 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
EntityEncodingException(String message, String entityReference)
           
EntityEncodingException(String message, String entityReference, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityEncodingException

public EntityEncodingException(String message,
                               String entityReference)

EntityEncodingException

public EntityEncodingException(String message,
                               String entityReference,
                               Throwable cause)


Copyright © 2007-2012 Sakai Project. All Rights Reserved.