Module swim.codec
Package swim.codec

Class OutputException

All Implemented Interfaces:
Serializable

public class OutputException extends RuntimeException
Thrown when writing invalid Output.
See Also:
  • Constructor Details

    • OutputException

      public OutputException(String message, Throwable cause)
    • OutputException

      public OutputException(String message)
    • OutputException

      public OutputException(Throwable cause)
    • OutputException

      public OutputException()