public class ShellException extends Exception
| Constructor and Description |
|---|
ShellException()
Instantiates a new shell exception.
|
ShellException(String arg0)
Instantiates a new shell exception.
|
ShellException(String arg0,
Throwable arg1)
Instantiates a new shell exception.
|
ShellException(Throwable arg0)
Instantiates a new shell exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ShellException()
public ShellException(String arg0)
arg0 - the arg0public ShellException(String arg0, Throwable arg1)
arg0 - the arg0arg1 - the arg1public ShellException(Throwable arg0)
arg0 - the arg0Copyright © 2006–2016 MyBatis.org. All rights reserved.