Class NoSuchEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fraunhofer.iese.mydata.exception.NoSuchEntityException
-
- All Implemented Interfaces:
Serializable
public class NoSuchEntityException extends Exception
Thrown when something is not found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchEntityException()
NoSuchEntityException(String string)
NoSuchEntityException(String string, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getStatus()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-