Class NoSuchEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fraunhofer.iosb.ilt.frostserver.util.exception.NoSuchEntityException
-
- All Implemented Interfaces:
Serializable
public class NoSuchEntityException extends Exception
- Author:
- Hylke van der Schaaf
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchEntityException()NoSuchEntityException(String message)NoSuchEntityException(String message, Throwable cause)NoSuchEntityException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-