Package co.ecg.alpaca.core.exception
Class HelperException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- co.ecg.alpaca.core.exception.HelperException
-
- All Implemented Interfaces:
Serializable
public class HelperException extends Exception
HelperException class.
- Version:
- $Id: $Id
- Author:
- mkeathley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HelperException(Exception e)
HelperException(String s)
HelperException(String s, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-