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