org.rhq.core.pc.plugin
Class BlacklistedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

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.