Package org.alfresco.filesys.util
Class CifsMountException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.filesys.util.CifsMountException
-
- All Implemented Interfaces:
Serializable
public class CifsMountException extends Exception
CIFS Mounter Exception Class- Author:
- gkspencer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CifsMountException(int exitCode, String outStr, String errStr)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorString()Return the error stringintgetExitCode()Return the exit codeStringgetMessage()Return the exception message stringStringgetOutputString()Return the output string-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
Return the exception message string- Overrides:
getMessagein classThrowable- Returns:
- String
-
getExitCode
public final int getExitCode()
Return the exit code- Returns:
- int
-
getOutputString
public final String getOutputString()
Return the output string- Returns:
- String
-
getErrorString
public final String getErrorString()
Return the error string- Returns:
- String
-
-