Package com.basis.filesystem
Class FilesystemIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.basis.filesystem.FilesystemException
com.basis.filesystem.FilesystemIOException
- All Implemented Interfaces:
Serializable
General exception for unspecified IO errors.
- See Also:
-
Field Summary
Fields inherited from class com.basis.filesystem.FilesystemException
BADARG, BADCIB, BADHEAD, BUFFER_TOO_SMALL, BUSY, CANT, DFAIL, DISK, DREAD, EOF, EOR, ERROR_DESC, INTERNAL, INVKEYLEN, INVPARM, KFAIL, LIC_ERROR, LICINUSE, MATHERR, NETERR, NETGONE, NETUSER, NLEN, NOF, NOROOM, NOTIMP, NOUSERS, PNTR, PWFAIL, SYNTAXERR, SYSTEM_MEMORY_OVERFLOW, SYSTEMERR, TOFLOW, UPDATE_CONFLICT, USERCANT, VERIF
-
Constructor Summary
ConstructorsConstructorDescriptionFilesystemIOException
(String p_filename, IOException p_io) Constructor.FilesystemIOException
(String p_filename, String p_string, IOException p_io) -
Method Summary
Methods inherited from class com.basis.filesystem.FilesystemException
getErrorCode, getErrorDesc, getFilename, getHostErr, getString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FilesystemIOException
-
FilesystemIOException
Constructor.- Parameters:
p_filename
-p_io
-IOException
that caused thisFilesystemIOException
.
-
FilesystemIOException
-
-
Method Details
-
cloneWithNewFilename
- Overrides:
cloneWithNewFilename
in classFilesystemException
-