Package com.basis.filesystem
Class FilesystemEOFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.basis.filesystem.FilesystemException
com.basis.filesystem.FilesystemEOFException
- All Implemented Interfaces:
Serializable
EOF exception.
- 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
ConstructorsConstructorDescriptionFilesystemEOFException
(int p_hostErr) FilesystemEOFException
(int p_hostErr, String p_string) FilesystemEOFException
(int p_hostErr, String p_string, Throwable p_cause) FilesystemEOFException
(int p_hostErr, Throwable p_cause) FilesystemEOFException
(String p_filename) Constructor.FilesystemEOFException
(String p_filename, int p_hostErr) Constructor.FilesystemEOFException
(String p_filename, int p_hostErr, String p_string) Constructor taking a message string.FilesystemEOFException
(String p_filename, int p_hostErr, String p_string, Throwable p_cause) Constructor taking a message string.FilesystemEOFException
(String p_filename, int p_hostErr, Throwable p_cause) Constructor.FilesystemEOFException
(String p_filename, String p_string) Constructor taking a message string.FilesystemEOFException
(String p_filename, String p_string, Throwable p_cause) Constructor taking a message string.FilesystemEOFException
(String p_filename, Throwable p_cause) Constructor.FilesystemEOFException
(Throwable p_cause) -
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
-
FilesystemEOFException
Constructor.- Parameters:
p_filename
-
-
FilesystemEOFException
-
FilesystemEOFException
Constructor.- Parameters:
p_filename
-
-
FilesystemEOFException
-
FilesystemEOFException
Constructor.- Parameters:
p_filename
-
-
FilesystemEOFException
public FilesystemEOFException(int p_hostErr) -
FilesystemEOFException
Constructor.- Parameters:
p_filename
-
-
FilesystemEOFException
Constructor taking a message string.- Parameters:
p_filename
-p_string
- Message.
-
FilesystemEOFException
Constructor taking a message string.- Parameters:
p_filename
-p_string
- Message.
-
FilesystemEOFException
-
FilesystemEOFException
Constructor taking a message string.- Parameters:
p_filename
-p_string
- Message.
-
FilesystemEOFException
-
FilesystemEOFException
Constructor taking a message string.- Parameters:
p_filename
-p_string
- Message.
-
-
Method Details
-
cloneWithNewFilename
- Overrides:
cloneWithNewFilename
in classFilesystemException
-