Package io.protostuff
Class XmlOutputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.protostuff.ProtostuffException
-
- io.protostuff.XmlOutputException
-
- All Implemented Interfaces:
java.io.Serializable
public class XmlOutputException extends ProtostuffException
Wrapper forXMLStreamException
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description XmlOutputException(java.lang.String message)
XmlOutputException(javax.xml.stream.XMLStreamException cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-