Class WorkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.tangosol.coherence.servlet.commonj.WorkException
-
- All Implemented Interfaces:
Serializable
public class WorkException extends Exception
This is a work manager API based on CommonJ.- Author:
- Torkel Dominique
- See Also:
WorkException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkException(String s)
WorkException(String string, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-