java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.SyscallException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DNSException
,FileException
,SocketException
This exception is raised if a system error occurred in the server or client process.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SyscallException
(String message) Constructs a SyscallException with the specified detail message.protected
SyscallException
(String message, Throwable cause) Constructs a SyscallException with the specified detail message and cause.SyscallException
(Throwable cause) Constructs a SyscallException with anull
detail message and the specified 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
-
SyscallException
Constructs a SyscallException with anull
detail message and the specified cause.- Parameters:
cause
- the cause
-
SyscallException
Constructs a SyscallException with the specified detail message.- Parameters:
message
- the detail message
-
SyscallException
Constructs a SyscallException with the specified detail message and 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 classLocalException
- Returns:
- the type ID of this exception
-