Package io.protostuff
Class ProtostuffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.protostuff.ProtostuffException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
JsonInputException
,ProtobufException
,XmlInputException
,XmlOutputException
public class ProtostuffException extends java.io.IOException
The base io exception for all formats (protobuf/json/xml).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ProtostuffException()
ProtostuffException(java.lang.String message)
ProtostuffException(java.lang.String message, java.lang.Throwable cause)
ProtostuffException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProtostuffException
public ProtostuffException()
-
ProtostuffException
public ProtostuffException(java.lang.String message)
-
ProtostuffException
public ProtostuffException(java.lang.String message, java.lang.Throwable cause)
-
ProtostuffException
public ProtostuffException(java.lang.Throwable cause)
-
-