public class NfsException
extends java.io.IOException
| Constructor and Description |
|---|
NfsException(NfsStatus status,
java.lang.String message)
Construct a new NFS exception with the given status instance and message
|
NfsException(NfsStatus status,
java.lang.String message,
RpcException e)
Construct a new NFS exception with the given status instance, message,
and exception
|
| Modifier and Type | Method and Description |
|---|---|
NfsStatus |
getStatus() |
public NfsException(NfsStatus status, java.lang.String message)
status - message - public NfsException(NfsStatus status, java.lang.String message, RpcException e)
status - message - e - public NfsStatus getStatus()