Class XmlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.xml.XmlException
All Implemented Interfaces:
Serializable

public class XmlException extends Exception
An exception thrown by XmlTransformer when marshalling or unmarshalling fails.

Upstream errors such as JAXBException will be wrapped by this class.

See Also:
  • Constructor Details

    • XmlException

      public XmlException(String message)
    • XmlException

      public XmlException(Throwable cause)