org.apache.qpid.server.security.access.config
Class FirewallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.server.security.access.config.FirewallException
All Implemented Interfaces:
Serializable

public class FirewallException
extends Exception

Firewall plugin exception.

See Also:
Serialized Form

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

FirewallException

public FirewallException()

FirewallException

public FirewallException(String message)

FirewallException

public FirewallException(String message,
                         Throwable cause)

FirewallException

public FirewallException(Throwable cause)


Licensed to the Apache Software Foundation