Package dev.cdevents.exception
Class CDEventsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.cdevents.exception.CDEventsException
-
- All Implemented Interfaces:
Serializable
public class CDEventsException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CDEventsException(String message)Custom CDEventsException to throw.CDEventsException(String message, Throwable cause)Custom CDEventsException to throw.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-