Package com.offbynull.coroutines.user
Class CoroutineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.offbynull.coroutines.user.CoroutineException
-
- All Implemented Interfaces:
java.io.Serializable
public class CoroutineException extends java.lang.RuntimeException
Exception that indicates that a problem occurred during the execution of a coroutine.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CoroutineException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-