Class SystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- pro.taskana.common.api.exceptions.SystemException
-
- All Implemented Interfaces:
Serializable
public class SystemException extends TaskanaRuntimeException
This exception is thrown when a generic taskana problem is encountered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemException(String msg)SystemException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-