org.sakaiproject.entitybroker.exception
Class EntityBrokerException

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
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
 
Constructor Summary
EntityBrokerException(String message, String entityReference)
           
EntityBrokerException(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
 

Field Detail

entityReference

public String entityReference
The unique reference for the entity or entity space related to this failure

Constructor Detail

EntityBrokerException

public EntityBrokerException(String message,
                             String entityReference)

EntityBrokerException

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


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