org.rhq.core.util.exception
Class ExperimentalFeatureDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.