org.rhq.core.pc.plugin
Class BlacklistedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rhq.core.pc.plugin.BlacklistedException
- All Implemented Interfaces:
- Serializable
public class BlacklistedException
- extends Exception
This is thrown when a plugin or one of its components has been blacklisted.
This means that plugin or component is not allowed to be used or accessed.
- 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 |
BlacklistedException
public BlacklistedException()
BlacklistedException
public BlacklistedException(String message,
Throwable cause)
BlacklistedException
public BlacklistedException(String message)
BlacklistedException
public BlacklistedException(Throwable cause)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.