biz.c24.api
Class RuntimeLicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.c24.api.RuntimeLicenseException
All Implemented Interfaces:
Serializable

public class RuntimeLicenseException
extends RuntimeException

An unchecked exception which indicates that a license exception has occurred.

See Also:
Serialized Form

Constructor Summary
RuntimeLicenseException(LicenseException licenseException)
          Converts a LicenseException to an unchecked exception.
 
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

RuntimeLicenseException

public RuntimeLicenseException(LicenseException licenseException)
Converts a LicenseException to an unchecked exception.

Parameters:
licenseException - The original license exception.


C24 Technologies © 2002-2012: All Rights Reserved.