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, toStringpublic String getMessage()
getMessage in class Throwablepublic final int getExitCode()
public final String getOutputString()
public final String getErrorString()
Copyright © 2005–2018 Alfresco Software. All rights reserved.