Class CifsMountException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CifsMountException
    extends java.lang.Exception
    CIFS 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.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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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