org.rhq.enterprise.server.license
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.server.license.LicenseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CorruptLicenseException, UnavailableLicenseException, UpdateTrialLicenseException

public class LicenseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
LicenseException()
           
LicenseException(java.lang.String message)
           
LicenseException(java.lang.String message, java.lang.Throwable cause)
           
LicenseException(java.lang.Throwable cause)
           
 
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

LicenseException

public LicenseException()

LicenseException

public LicenseException(java.lang.String message)

LicenseException

public LicenseException(java.lang.Throwable cause)

LicenseException

public LicenseException(java.lang.String message,
                        java.lang.Throwable cause)


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.