Package com.coditory.quark.context
Class ContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.coditory.quark.context.ContextException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ContextException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextException(java.lang.String message)
ContextException(java.lang.String message, java.lang.Throwable cause)
-