Class ObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.uni_trier.wi2.procake.utils.exception.CakeException
-
- de.uni_trier.wi2.procake.utils.exception.ObjectNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ObjectNotFoundException extends CakeException
TheObjectNotFoundException
is thrown when a requested object can not be found.- Author:
- rmaximi
- See Also:
CakeException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectNotFoundException(String component, String key, Object parameter1, Object parameter2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class de.uni_trier.wi2.procake.utils.exception.CakeException
getCaller, getComponent, getDetailedMessage, getKey, getParameter, getParameters
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-