org.rhq.enterprise.server.license
Class FeatureUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.server.legacy.common.ApplicationException
              extended by org.rhq.enterprise.server.license.FeatureUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class FeatureUnavailableException
extends ApplicationException

Exception thrown when feature is not available to the user

See Also:
Serialized Form

Constructor Summary
FeatureUnavailableException()
           
FeatureUnavailableException(java.lang.String s)
           
FeatureUnavailableException(java.lang.String s, java.lang.Throwable t)
           
FeatureUnavailableException(java.lang.Throwable t)
           
 
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

FeatureUnavailableException

public FeatureUnavailableException()

FeatureUnavailableException

public FeatureUnavailableException(java.lang.String s)

FeatureUnavailableException

public FeatureUnavailableException(java.lang.Throwable t)

FeatureUnavailableException

public FeatureUnavailableException(java.lang.String s,
                                   java.lang.Throwable t)


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