public class ShellException extends RuntimeException
Constructor and Description |
---|
ShellException() |
ShellException(String message) |
ShellException(String message,
Throwable t) |
ShellException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
ShellException |
setErrorCode(int errorCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ShellException()
public ShellException(String message)
public ShellException(String message, Throwable t)
public ShellException(Throwable t)
public ShellException setErrorCode(int errorCode)
public int getErrorCode()
Copyright © 2015 Nuxeo SA. All rights reserved.