Package com.netscape.certsrv.base
Class PKIException.Data
- java.lang.Object
-
- com.netscape.certsrv.base.RESTMessage
-
- com.netscape.certsrv.base.PKIException.Data
-
- All Implemented Interfaces:
JSONSerializer
- Enclosing class:
- PKIException
public static class PKIException.Data extends RESTMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.netscape.certsrv.base.RESTMessage
RESTMessage.Attribute, RESTMessage.AttributeList, RESTMessage.AttributeListDeserializer, RESTMessage.AttributeListSerializer
-
-
Field Summary
Fields Modifier and Type Field Description int
code
java.lang.String
message
-
Fields inherited from class com.netscape.certsrv.base.RESTMessage
attributes, className
-
-
Constructor Summary
Constructors Constructor Description Data()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PKIException.Data
fromDOM(org.w3c.dom.Element element)
static PKIException.Data
fromXML(java.lang.String xml)
org.w3c.dom.Element
toDOM(org.w3c.dom.Document document)
java.lang.String
toXML()
-
Methods inherited from class com.netscape.certsrv.base.RESTMessage
equals, fromDOM, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, hashCode, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOM
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
-
-
-
Method Detail
-
toDOM
public org.w3c.dom.Element toDOM(org.w3c.dom.Document document)
- Overrides:
toDOM
in classRESTMessage
-
fromDOM
public static PKIException.Data fromDOM(org.w3c.dom.Element element)
-
toXML
public java.lang.String toXML() throws java.lang.Exception
- Overrides:
toXML
in classRESTMessage
- Throws:
java.lang.Exception
-
fromXML
public static PKIException.Data fromXML(java.lang.String xml) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-