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:
  • Constructor Details

    • LicenseEntryException

      public LicenseEntryException(Exception e)

      Constructor for LicenseEntryException.

      Parameters:
      e - a Exception object.
    • LicenseEntryException

      public LicenseEntryException(String s)

      Constructor for LicenseEntryException.

      Parameters:
      s - a String object.
    • LicenseEntryException

      public LicenseEntryException(String s, Exception e)

      Constructor for LicenseEntryException.

      Parameters:
      s - a String object.
      e - a Exception object.