Package org.nmap4j.core.nmap
Class NMapInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nmap4j.core.nmap.NMapInitializationException
- All Implemented Interfaces:
Serializable
This exception is thrown when the NMapExecutor is initialized and
the host is not one of the supported OS's.
- See Also:
-
Constructor Summary
ConstructorDescriptionNMapInitializationException
(String message) NMapInitializationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NMapInitializationException
public NMapInitializationException() -
NMapInitializationException
-
NMapInitializationException
-
NMapInitializationException
-