Class ProtonIOException

All Implemented Interfaces:
Serializable

public class ProtonIOException extends ProtonException
Thrown when an unchecked IO exception is encountered from a write event that invokes an outside write handler from the engine.
See Also:
  • Constructor Details

    • ProtonIOException

      public ProtonIOException()
    • ProtonIOException

      public ProtonIOException(String message, Throwable cause)
    • ProtonIOException

      public ProtonIOException(String message)
    • ProtonIOException

      public ProtonIOException(Throwable cause)