Package com.sun.nfs
Class NfsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sun.nfs.NfsException
-
- All Implemented Interfaces:
java.io.Serializable
public class NfsException extends java.io.IOExceptionThis exception is thrown whenever an NFS error occurs.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intNFS_OKstatic intNFSERR_ACCESstatic intNFSERR_BAD_COOKIEstatic intNFSERR_BADHANDLEstatic intNFSERR_BADTYPEstatic intNFSERR_DQUOTstatic intNFSERR_EXISTstatic intNFSERR_FBIGstatic intNFSERR_INVALstatic intNFSERR_IOstatic intNFSERR_ISDIRstatic intNFSERR_JUKEBOXstatic intNFSERR_MLINKstatic intNFSERR_NAMETOOLONGstatic intNFSERR_NODEVstatic intNFSERR_NOENTstatic intNFSERR_NOSPCstatic intNFSERR_NOT_SYNCstatic intNFSERR_NOTDIRstatic intNFSERR_NOTEMPTYstatic intNFSERR_NOTSUPPstatic intNFSERR_NXIOstatic intNFSERR_PERMstatic intNFSERR_REMOTEstatic intNFSERR_ROFSstatic intNFSERR_SERVERFAULTstatic intNFSERR_STALEstatic intNFSERR_TOOSMALLstatic intNFSERR_XDEV
-
Constructor Summary
Constructors Constructor Description NfsException(int error)Create a new NfsException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
NFS_OK
public static final int NFS_OK
- See Also:
- Constant Field Values
-
NFSERR_PERM
public static final int NFSERR_PERM
- See Also:
- Constant Field Values
-
NFSERR_NOENT
public static final int NFSERR_NOENT
- See Also:
- Constant Field Values
-
NFSERR_IO
public static final int NFSERR_IO
- See Also:
- Constant Field Values
-
NFSERR_NXIO
public static final int NFSERR_NXIO
- See Also:
- Constant Field Values
-
NFSERR_ACCES
public static final int NFSERR_ACCES
- See Also:
- Constant Field Values
-
NFSERR_EXIST
public static final int NFSERR_EXIST
- See Also:
- Constant Field Values
-
NFSERR_XDEV
public static final int NFSERR_XDEV
- See Also:
- Constant Field Values
-
NFSERR_NODEV
public static final int NFSERR_NODEV
- See Also:
- Constant Field Values
-
NFSERR_NOTDIR
public static final int NFSERR_NOTDIR
- See Also:
- Constant Field Values
-
NFSERR_ISDIR
public static final int NFSERR_ISDIR
- See Also:
- Constant Field Values
-
NFSERR_INVAL
public static final int NFSERR_INVAL
- See Also:
- Constant Field Values
-
NFSERR_FBIG
public static final int NFSERR_FBIG
- See Also:
- Constant Field Values
-
NFSERR_NOSPC
public static final int NFSERR_NOSPC
- See Also:
- Constant Field Values
-
NFSERR_ROFS
public static final int NFSERR_ROFS
- See Also:
- Constant Field Values
-
NFSERR_MLINK
public static final int NFSERR_MLINK
- See Also:
- Constant Field Values
-
NFSERR_NAMETOOLONG
public static final int NFSERR_NAMETOOLONG
- See Also:
- Constant Field Values
-
NFSERR_NOTEMPTY
public static final int NFSERR_NOTEMPTY
- See Also:
- Constant Field Values
-
NFSERR_DQUOT
public static final int NFSERR_DQUOT
- See Also:
- Constant Field Values
-
NFSERR_STALE
public static final int NFSERR_STALE
- See Also:
- Constant Field Values
-
NFSERR_REMOTE
public static final int NFSERR_REMOTE
- See Also:
- Constant Field Values
-
NFSERR_BADHANDLE
public static final int NFSERR_BADHANDLE
- See Also:
- Constant Field Values
-
NFSERR_NOT_SYNC
public static final int NFSERR_NOT_SYNC
- See Also:
- Constant Field Values
-
NFSERR_BAD_COOKIE
public static final int NFSERR_BAD_COOKIE
- See Also:
- Constant Field Values
-
NFSERR_NOTSUPP
public static final int NFSERR_NOTSUPP
- See Also:
- Constant Field Values
-
NFSERR_TOOSMALL
public static final int NFSERR_TOOSMALL
- See Also:
- Constant Field Values
-
NFSERR_SERVERFAULT
public static final int NFSERR_SERVERFAULT
- See Also:
- Constant Field Values
-
NFSERR_BADTYPE
public static final int NFSERR_BADTYPE
- See Also:
- Constant Field Values
-
NFSERR_JUKEBOX
public static final int NFSERR_JUKEBOX
- See Also:
- Constant Field Values
-
-