com.ideo.sweetdev.core.service.broker
Class ResourceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ideo.sweetdev.core.exception.AbstractChainedException
              extended bycom.ideo.sweetdev.core.exception.ChainedException
                  extended bycom.ideo.sweetdev.core.exception.TechnicalException
                      extended bycom.ideo.sweetdev.core.service.broker.ResourceNotFoundException
All Implemented Interfaces:
IFrameworkException, java.io.Serializable

public class ResourceNotFoundException
extends TechnicalException

This exception is thrown when a ressource is required in the Broker and is not found.

See Also:
Serialized Form
 

Constructor Summary
ResourceNotFoundException(java.lang.String _sender, java.lang.String _message)
           
ResourceNotFoundException(java.lang.String _sender, java.lang.String _message, java.lang.Throwable _throwable)
           
 
Methods inherited from class com.ideo.sweetdev.core.exception.AbstractChainedException
addParameter, addParameters, getCurrentStack, getOriginalException, getOriginalMessage, getOriginalStack, getParameter, getParameters, getParametersObject, getSender, getSerializeStack, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setCurrentStack, setOriginalException, setOriginalStack, setSerializeStack
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String _sender,
                                 java.lang.String _message)
Parameters:
_sender -
_message -

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String _sender,
                                 java.lang.String _message,
                                 java.lang.Throwable _throwable)
Parameters:
_sender -
_message -
_throwable -