ome.services.licenses
Class InvalidLicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ome.conditions.RootException
                  extended by ome.services.licenses.LicenseException
                      extended by ome.services.licenses.InvalidLicenseException
All Implemented Interfaces:
Serializable

public class InvalidLicenseException
extends LicenseException

(CLIENT) Exception thrown on a regular method call when the provided license token is rejected by the LicenseStore. This does not include calls to ILicense#releaseLicense().

Since:
3.0-RC1
Author:
Josh Moore, josh.moore @ gmx.de
See Also:
Serialized Form

Constructor Summary
InvalidLicenseException(String msg)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidLicenseException

public InvalidLicenseException(String msg)


OmeroJava Api

Version: Beta-4.2.0-r7571-b29

Copyright © 2009 The University of Dundee. All Rights Reserved.