java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.SyscallException
com.zeroc.Ice.FileException
- All Implemented Interfaces:
Serializable
This exception indicates a file error occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileException
(String message) Constructs a FileException with a message.FileException
(String message, Throwable cause) Constructs a FileException with a message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileException
Constructs a FileException with a message.- Parameters:
message
- the detail message
-
FileException
Constructs a FileException with a message and a cause.- Parameters:
message
- the detail messagecause
- the cause
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classSyscallException
- Returns:
- the type ID of this exception
-