Package com.zeroc.IcePatch2
Class FileSizeRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.zeroc.Ice.UserException
com.zeroc.IcePatch2.FileAccessException
com.zeroc.IcePatch2.FileSizeRangeException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised if an operation tries to use a file whose size is
larger than 2.1 GB. Use the "large" versions of the operations instead.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.IcePatch2.FileAccessException
reason
-
Constructor Summary
ConstructorsConstructorDescriptionFileSizeRangeException
(String reason) FileSizeRangeException
(String reason, Throwable cause) FileSizeRangeException
(Throwable cause) -
Method Summary
Methods inherited from class com.zeroc.Ice.UserException
clone, ice_getSlicedData, ice_name, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FileSizeRangeException
public FileSizeRangeException() -
FileSizeRangeException
-
FileSizeRangeException
-
FileSizeRangeException
-
-
Method Details
-
ice_id
Description copied from class:UserException
Returns the type id of this exception.- Overrides:
ice_id
in classFileAccessException
- Returns:
- The type id of this exception.
-