Package com.sshtools.common.ssh
Class MultiIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sshtools.common.ssh.MultiIOException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiIOException(String message, Throwable... others) MultiIOException(String message, Collection<Throwable> others) MultiIOException(Throwable... others) MultiIOException(Collection<Throwable> others) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultiIOException
-
MultiIOException
-
MultiIOException
-
MultiIOException
-
-
Method Details
-
getOthers
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-