Package io.protostuff

Class ProtostuffException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonInputException, ProtobufException, XmlInputException, XmlOutputException

public class ProtostuffException extends IOException
The base io exception for all formats (protobuf/json/xml).
See Also:
  • Field Details

  • Constructor Details

    • ProtostuffException

      public ProtostuffException()
    • ProtostuffException

      public ProtostuffException(String message)
    • ProtostuffException

      public ProtostuffException(String message, Throwable cause)
    • ProtostuffException

      public ProtostuffException(Throwable cause)