Package de.mhus.lib.errors
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.mhus.lib.errors.MException
-
- de.mhus.lib.errors.NotFoundException
-
- All Implemented Interfaces:
Serializable
public class NotFoundException extends MException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(Object... in)
-
Method Summary
-
Methods inherited from class de.mhus.lib.errors.MException
argToCause, argToString, getId, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(Object... in)
-
-