nat
Class GetOptNatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nat.GetOptNatException
All Implemented Interfaces:
java.io.Serializable

public class GetOptNatException
extends java.lang.Exception

Exception for use with GetOptNat raised unless command line is correct

Author:
Vivien
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Numéro de sérialisation, not used
 
Constructor Summary
GetOptNatException(java.lang.String message)
          Crée une nouvelle instance de GetOptNatException
GetOptNatException(java.lang.String message, java.lang.Throwable cause)
          Crée une nouvelle instance de GetOptNatException
GetOptNatException(java.lang.Throwable cause)
          Crée une nouvelle instance de GetOptNatException
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Numéro de sérialisation, not used

See Also:
Constant Field Values
Constructor Detail

GetOptNatException

public GetOptNatException(java.lang.String message)
Crée une nouvelle instance de GetOptNatException

Parameters:
message - Le message détaillant exception

GetOptNatException

public GetOptNatException(java.lang.Throwable cause)
Crée une nouvelle instance de GetOptNatException

Parameters:
cause - L'exception à l'origine de cette exception

GetOptNatException

public GetOptNatException(java.lang.String message,
                          java.lang.Throwable cause)
Crée une nouvelle instance de GetOptNatException

Parameters:
message - Le message détaillant exception
cause - L'exception à l'origine de cette exception