Package de.mhus.lib.errors
Class MException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.mhus.lib.errors.MException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DummyException,NotFoundException,SyntaxError,TimeoutException
public class MException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MException(Object... in)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThrowableargToCause(int level, Object... in)static StringargToString(int level, Object... in)UUIDgetId()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
MException
public MException(Object... in)
-
-