org.rhq.core.util.exception
Class ExperimentalFeatureDisabledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.core.util.exception.ExperimentalFeatureDisabledException
All Implemented Interfaces:
Serializable

public class ExperimentalFeatureDisabledException
extends RuntimeException

This exception is thrown when an API call is made that requires a feature or functionality that is considered experiemental but that experimental feature or functionality is disabled.

Author:
John Mazzitelli
See Also:
Serialized Form

Constructor Summary
ExperimentalFeatureDisabledException()
           
ExperimentalFeatureDisabledException(String message)
           
ExperimentalFeatureDisabledException(String message, Throwable cause)
           
ExperimentalFeatureDisabledException(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

ExperimentalFeatureDisabledException

public ExperimentalFeatureDisabledException()

ExperimentalFeatureDisabledException

public ExperimentalFeatureDisabledException(String message,
                                            Throwable cause)

ExperimentalFeatureDisabledException

public ExperimentalFeatureDisabledException(String message)

ExperimentalFeatureDisabledException

public ExperimentalFeatureDisabledException(Throwable cause)


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