Package dev.galasa.ipnetwork
Class SSHException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.galasa.ManagerException
dev.galasa.ipnetwork.IpNetworkManagerException
dev.galasa.ipnetwork.SSHException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SSHAuthFailException
zOS Command exception indicating an error in SSH
- See Also:
-
Constructor Summary
ConstructorDescriptionSSHException
(String message) SSHException
(String message, Throwable throwable) SSHException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSHException
public SSHException() -
SSHException
-
SSHException
-
SSHException
-