Package com.basis.filesystem
Class FilesystemExtractConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.basis.filesystem.FilesystemException
com.basis.filesystem.FilesystemExtractConflictException
- All Implemented Interfaces:
Serializable
ExtractConflict 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
ConstructorsConstructorDescriptionFilesystemExtractConflictException(int p_hostErr, String p_string, long p_extracted) FilesystemExtractConflictException(long p_extracted) FilesystemExtractConflictException(String p_filename, int p_hostErr, String p_string, long p_extracted) Constructor taking a message string.FilesystemExtractConflictException(String p_filename, long p_extracted) Constructor.FilesystemExtractConflictException(String p_filename, String p_string, long p_extracted) Constructor taking a message string.FilesystemExtractConflictException(String p_filename, String p_string, Throwable p_cause, long p_extracted) Constructor taking a message string.FilesystemExtractConflictException(String p_filename, Throwable p_cause, long p_extracted) Constructor.FilesystemExtractConflictException(Throwable p_cause, long p_extracted) -
Method Summary
Modifier and TypeMethodDescriptioncloneWithNewFilename(String p_filename) longGet the extract conflict.Methods inherited from class com.basis.filesystem.FilesystemException
getErrorCode, getErrorDesc, getFilename, getHostErr, getStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FilesystemExtractConflictException
public FilesystemExtractConflictException(long p_extracted) -
FilesystemExtractConflictException
Constructor.- Parameters:
p_filename-
-
FilesystemExtractConflictException
-
FilesystemExtractConflictException
Constructor.- Parameters:
p_filename-
-
FilesystemExtractConflictException
Constructor taking a message string.- Parameters:
p_filename-p_string- Message.
-
FilesystemExtractConflictException
public FilesystemExtractConflictException(String p_filename, String p_string, Throwable p_cause, long p_extracted) Constructor taking a message string.- Parameters:
p_filename-p_string- Message.
-
FilesystemExtractConflictException
-
FilesystemExtractConflictException
public FilesystemExtractConflictException(String p_filename, int p_hostErr, String p_string, long p_extracted) Constructor taking a message string.- Parameters:
p_filename-p_string- Message.
-
-
Method Details
-
cloneWithNewFilename
- Overrides:
cloneWithNewFilenamein classFilesystemException
-
getExtracted
public long getExtracted()Get the extract conflict.
-