Class IOArrayException

All Implemented Interfaces:
Serializable

public class IOArrayException extends IOException
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 Details

    • IOArrayException

      public IOArrayException()
    • IOArrayException

      public IOArrayException(int index)
    • IOArrayException

      public IOArrayException(int index, String message)
    • IOArrayException

      public IOArrayException(int index, String message, IOException cause)
  • Method Details

    • getIndex

      public int getIndex()