com.gridsystems.utils.windows
Class FirewallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gridsystems.utils.windows.FirewallException
All Implemented Interfaces:
java.io.Serializable

public class FirewallException
extends java.lang.Exception

Exceptions related to firewall management errors.

Version:
1.0
Author:
Rodrigo Ruiz Aguayo
See Also:
Serialized Form

Constructor Summary
FirewallException(java.lang.String msg)
          Creates a new instance.
FirewallException(java.lang.String msg, java.lang.Exception cause)
          Creates a new instance.
 
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(java.lang.String msg)
Creates a new instance.

Parameters:
msg - The error message

FirewallException

public FirewallException(java.lang.String msg,
                         java.lang.Exception cause)
Creates a new instance.

Parameters:
msg - The error message
cause - The exception


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.