Package com.zeroc.Ice
Class FileException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception indicates file errors.
- See Also:
-
Field Summary
FieldsFields inherited from class com.zeroc.Ice.SyscallException
error
-
Constructor Summary
ConstructorsConstructorDescriptionFileException
(int error, String path) FileException
(int error, String path, Throwable cause) FileException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
path
The path of the file responsible for the error.
-
-
Constructor Details
-
FileException
public FileException() -
FileException
-
FileException
-
FileException
-
-
Method Details
-
ice_id
Description copied from class:Exception
Returns the type id of this exception.- Overrides:
ice_id
in classSyscallException
- Returns:
- The type id of this exception.
-