Package com.topjohnwu.superuser
Class NoShellException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.topjohnwu.superuser.NoShellException
- All Implemented Interfaces:
Serializable
Thrown when it is impossible to construct
Shell
.
This is a runtime exception, and should happen very rarely.- See Also:
-
Constructor Summary
ConstructorDescriptionNoShellException
(String msg) NoShellException
(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
-
NoShellException
-
NoShellException
-