public class ShellException extends Exception
| 构造器和说明 |
|---|
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.
|
public 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.