Package de.mhus.lib.errors
Class NotFoundRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.mhus.lib.errors.MRuntimeException
-
- de.mhus.lib.errors.NotFoundRuntimeException
-
- All Implemented Interfaces:
IResult,Serializable
public class NotFoundRuntimeException extends MRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundRuntimeException(int rc)NotFoundRuntimeException(IResult cause)NotFoundRuntimeException(RC.CAUSE causeHandling, Object... in)NotFoundRuntimeException(RC.CAUSE causeHandling, String msg, Object... parameters)NotFoundRuntimeException(Object... in)NotFoundRuntimeException(String msg, Object... in)NotFoundRuntimeException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RC.STATUSgetDefaultStatus()-
Methods inherited from class de.mhus.lib.errors.MRuntimeException
getReturnCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.mhus.lib.basics.IResult
getMessage
-
-
-
-
Constructor Detail
-
NotFoundRuntimeException
public NotFoundRuntimeException(Object... in)
-
NotFoundRuntimeException
public NotFoundRuntimeException(Throwable cause)
-
NotFoundRuntimeException
public NotFoundRuntimeException(IResult cause)
-
NotFoundRuntimeException
public NotFoundRuntimeException(RC.CAUSE causeHandling, String msg, Object... parameters)
-
NotFoundRuntimeException
public NotFoundRuntimeException(int rc)
-
-
Method Detail
-
getDefaultStatus
public static RC.STATUS getDefaultStatus()
-
-