Java org.apache.commons.vfs FileSystemException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs FileSystemException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs FileSystemException.

The text is from its open source code.

Constructor

FileSystemException(final String code)
Constructs exception with the specified detail message.
FileSystemException(final Throwable throwable)
Constructs wrapper exception.
FileSystemException(final String code, final Object info0)
Constructs exception with the specified detail message.
FileSystemException(final String code, final Object[] info)
Constructs exception with the specified detail message.
FileSystemException(final String code, final Throwable throwable)
Constructs exception with the specified detail message.
FileSystemException(final String code, final Object info0, final Throwable throwable)
Constructs exception with the specified detail message.
FileSystemException(final String code, final Object[] info, final Throwable throwable)
Constructs exception with the specified detail message.

Method

ThrowablegetCause()
Retrieve root cause of the exception.
StringgetCode()
Retrieve error code of the exception.
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
retrieve message from bundle
ThrowableinitCause(Throwable cause)
Initializes the cause of this throwable to the specified value.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
StringtoString()
Returns a short description of this throwable.