Package org.alfresco.filesys.util
Class CifsMountException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.filesys.util.CifsMountException
-
- All Implemented Interfaces:
java.io.Serializable
public class CifsMountException extends java.lang.ExceptionCIFS Mounter Exception Class- Author:
- gkspencer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CifsMountException(int exitCode, java.lang.String outStr, java.lang.String errStr)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorString()Return the error stringintgetExitCode()Return the exit codejava.lang.StringgetMessage()Return the exception message stringjava.lang.StringgetOutputString()Return the output string
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Return the exception message string- Overrides:
getMessagein classjava.lang.Throwable- Returns:
- String
-
getExitCode
public final int getExitCode()
Return the exit code- Returns:
- int
-
getOutputString
public final java.lang.String getOutputString()
Return the output string- Returns:
- String
-
getErrorString
public final java.lang.String getErrorString()
Return the error string- Returns:
- String
-
-