org.alfresco.filesys.util
Class CifsMountException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.alfresco.filesys.util.CifsMountException
All Implemented Interfaces:
java.io.Serializable

public class CifsMountException
extends java.lang.Exception

CIFS Mounter Exception Class

See Also:
Serialized Form

Constructor Summary
CifsMountException(int exitCode, java.lang.String outStr, java.lang.String errStr)
          Class constructor
 
Method Summary
 java.lang.String getErrorString()
          Return the error string
 int getExitCode()
          Return the exit code
 java.lang.String getMessage()
          Return the exception message string
 java.lang.String getOutputString()
          Return the output string
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CifsMountException

public CifsMountException(int exitCode,
                          java.lang.String outStr,
                          java.lang.String errStr)
Class constructor

Parameters:
exitCode - int
outStr - String
errStr - String
Method Detail

getMessage

public java.lang.String getMessage()
Return the exception message string

Overrides:
getMessage in class java.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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.