org.apache.qpid.server.security.access.config
Class FirewallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.server.security.access.config.FirewallException
- All Implemented Interfaces:
- Serializable
public class FirewallException
- extends Exception
Firewall plugin exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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