Class RecoverableIOException

  • All Implemented Interfaces:
    Serializable

    public class RecoverableIOException
    extends IOException
    Can be thrown instead of IOException to indicate that failure can be temporary and operation can be repeated
    Since:
    2018.1.1
    See Also:
    Serialized Form
    • Constructor Detail

      • RecoverableIOException

        public RecoverableIOException​(String message)
      • RecoverableIOException

        public RecoverableIOException​(String message,
                                      Throwable cause)