Class KettleVFSFileSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.vfs2.FileSystemException
org.pentaho.di.core.vfs.KettleVFSFileSystemException
All Implemented Interfaces:
Serializable

public class KettleVFSFileSystemException extends org.apache.commons.vfs2.FileSystemException
An exception class that extends and is otherwise identical to Apache's FileSystemException, but which resolves message codes on the local org.pentaho.di.core.vfs.messages.messages bundle.

This exception class is useful in contexts where a FileSystemException is expected.

See Also:
  • Constructor Details

    • KettleVFSFileSystemException

      public KettleVFSFileSystemException(String code)
    • KettleVFSFileSystemException

      public KettleVFSFileSystemException(String code, Object info0)
    • KettleVFSFileSystemException

      public KettleVFSFileSystemException(String code, Object info0, Throwable throwable)
    • KettleVFSFileSystemException

      public KettleVFSFileSystemException(String code, Object... info)
    • KettleVFSFileSystemException

      public KettleVFSFileSystemException(String code, Throwable throwable)
    • KettleVFSFileSystemException

      public KettleVFSFileSystemException(String code, Throwable throwable, Object... info)
    • KettleVFSFileSystemException

      public KettleVFSFileSystemException(Throwable throwable)
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class org.apache.commons.vfs2.FileSystemException