Package io.protostuff
Class ProtostuffException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.protostuff.ProtostuffException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JsonInputException
,ProtobufException
,XmlInputException
,XmlOutputException
The base io exception for all formats (protobuf/json/xml).
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProtostuffException
(String message) ProtostuffException
(String message, Throwable cause) ProtostuffException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ProtostuffException
public ProtostuffException() -
ProtostuffException
-
ProtostuffException
-
ProtostuffException
-