Package com.gigaspaces.internal.io
Class IOArrayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.gigaspaces.internal.io.IOArrayException
- All Implemented Interfaces:
Serializable
This exception is thrown when an array serialization/deserialization fails on an IOException. It
contains the index of the item which caused the exception in addition to the original cause.
- Since:
- 7.1.1
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIOArrayException(int index) IOArrayException(int index, String message) IOArrayException(int index, String message, IOException 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
-
IOArrayException
public IOArrayException() -
IOArrayException
public IOArrayException(int index) -
IOArrayException
-
IOArrayException
-
-
Method Details
-
getIndex
public int getIndex()
-