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