com.sun.nfs
Class NfsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--com.sun.nfs.NfsException
- public class NfsException
- extends java.io.IOException
This exception is thrown whenever an NFS error occurs.
- See Also:
- Serialized Form
Constructor Summary |
NfsException(int error)
Create a new NfsException |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
NFS_OK
public static final int NFS_OK
NFSERR_PERM
public static final int NFSERR_PERM
NFSERR_NOENT
public static final int NFSERR_NOENT
NFSERR_IO
public static final int NFSERR_IO
NFSERR_NXIO
public static final int NFSERR_NXIO
NFSERR_ACCES
public static final int NFSERR_ACCES
NFSERR_EXIST
public static final int NFSERR_EXIST
NFSERR_XDEV
public static final int NFSERR_XDEV
NFSERR_NODEV
public static final int NFSERR_NODEV
NFSERR_NOTDIR
public static final int NFSERR_NOTDIR
NFSERR_ISDIR
public static final int NFSERR_ISDIR
NFSERR_INVAL
public static final int NFSERR_INVAL
NFSERR_FBIG
public static final int NFSERR_FBIG
NFSERR_NOSPC
public static final int NFSERR_NOSPC
NFSERR_ROFS
public static final int NFSERR_ROFS
NFSERR_MLINK
public static final int NFSERR_MLINK
NFSERR_NAMETOOLONG
public static final int NFSERR_NAMETOOLONG
NFSERR_NOTEMPTY
public static final int NFSERR_NOTEMPTY
NFSERR_DQUOT
public static final int NFSERR_DQUOT
NFSERR_STALE
public static final int NFSERR_STALE
NFSERR_REMOTE
public static final int NFSERR_REMOTE
NFSERR_BADHANDLE
public static final int NFSERR_BADHANDLE
NFSERR_NOT_SYNC
public static final int NFSERR_NOT_SYNC
NFSERR_BAD_COOKIE
public static final int NFSERR_BAD_COOKIE
NFSERR_NOTSUPP
public static final int NFSERR_NOTSUPP
NFSERR_TOOSMALL
public static final int NFSERR_TOOSMALL
NFSERR_SERVERFAULT
public static final int NFSERR_SERVERFAULT
NFSERR_BADTYPE
public static final int NFSERR_BADTYPE
NFSERR_JUKEBOX
public static final int NFSERR_JUKEBOX
NfsException
public NfsException(int error)
- Create a new NfsException
- Parameters:
NFS
- error number for this error
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Throwable