public class CifsMountException extends Exception
Constructor and Description |
---|
CifsMountException(int exitCode,
String outStr,
String errStr)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorString()
Return the error string
|
int |
getExitCode()
Return the exit code
|
String |
getMessage()
Return the exception message string
|
String |
getOutputString()
Return the output string
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getMessage()
getMessage
in class Throwable
public final int getExitCode()
public final String getOutputString()
public final String getErrorString()
Copyright © 2005–2017 Alfresco Software. All rights reserved.