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