public class VfsException extends Exception
Constructor and Description |
---|
VfsException(String message)
Construct a new Exception with the specified detail message.
|
VfsException(String message,
Throwable throwable)
Construct a new Exception with the specified detail message and cause.
|
VfsException(String message,
Throwable throwable,
Object... parameters)
Construct a new Exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VfsException(String message)
message
- The detailed message. This can later be retrieved by the Throwable.getMessage() method.public VfsException(String message, Throwable throwable)
message
- The detailed message. This can later be retrieved by the Throwable.getMessage() method.throwable
- the cause. This can be retrieved later by the Throwable.getCause() method. (A null value is
permitted, and indicates that the cause is nonexistent or unknown)public VfsException(String message, Throwable throwable, Object... parameters)
message
- The detailed message using the String.format format.throwable
- the cause. This can be retrieved later by the Throwable.getCause() method. (A null value is
permitted, and indicates that the cause is nonexistent or unknown)parameters
- the parameters to the String.format formatCopyright © 2004–2022 XWiki. All rights reserved.