com.autonomy.aci.exceptions
Class InvalidLicenseFileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
              extended bycom.autonomy.aci.exceptions.DiSHException
                  extended bycom.autonomy.aci.exceptions.InvalidLicenseFileException
All Implemented Interfaces:
java.io.Serializable

public class InvalidLicenseFileException
extends DiSHException

Indicates that the DiSH Server could not find a valid license key file.

See Also:
Serialized Form

Constructor Summary
InvalidLicenseFileException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidLicenseFileException

public InvalidLicenseFileException()