verinec.netsim.firewall.packetFilter
Class InterfaceFilterMappingsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
verinec.VerinecException
verinec.netsim.firewall.packetFilter.InterfaceFilterMappingsException
- All Implemented Interfaces:
- Serializable
public class InterfaceFilterMappingsException
- extends VerinecException
Used if an interface mapping defined two chains for the same direction and interface.
- Version:
- $Revision: 825 $
- Author:
- jason.hug@unifr.ch
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterfaceFilterMappingsException
public InterfaceFilterMappingsException(String errorMessage)
- Instantiate the exception with a description.
- Parameters:
errorMessage - the description of the problem.