Class LicenseException
raft.kilavuz.runtime
java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              raft.kilavuz.runtime.LicenseException
All Implemented Interfaces:

public class LicenseException
extends RuntimeException
unchecked exception thrown to indicate a license failure. can be thrown either during an unsuccessful license load attempt or an operation which is not allowed because of license limits

Constructor Summary
LicenseException()
Creates a new instance of LicenseException
LicenseException(String message)
Creates a new instance of LicenseException
Constructor Detail
LicenseException
public LicenseException()
Creates a new instance of LicenseException

LicenseException
public LicenseException(String message)
Creates a new instance of LicenseException
Java API documentation generated with DocFlex/Doclet v1.5.2
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com