Package org.pentaho.di.core.vfs
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 Summary
ConstructorDescriptionKettleVFSFileSystemException
(String code, Object info0) KettleVFSFileSystemException
(String code, Object... info) KettleVFSFileSystemException
(String code, Object info0, Throwable throwable) KettleVFSFileSystemException
(String code, Throwable throwable) KettleVFSFileSystemException
(String code, Throwable throwable, Object... info) KettleVFSFileSystemException
(Throwable throwable) -
Method Summary
Methods inherited from class org.apache.commons.vfs2.FileSystemException
getCode, getInfo, requireNonNull, requireNonNull
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KettleVFSFileSystemException
-
KettleVFSFileSystemException
-
KettleVFSFileSystemException
-
KettleVFSFileSystemException
-
KettleVFSFileSystemException
-
KettleVFSFileSystemException
-
KettleVFSFileSystemException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classorg.apache.commons.vfs2.FileSystemException
-