Class PKIException.Data
java.lang.Object
com.netscape.certsrv.base.RESTMessage
com.netscape.certsrv.base.PKIException.Data
- All Implemented Interfaces:
JSONSerializer
- Enclosing class:
PKIException
-
Nested Class Summary
Nested classes/interfaces inherited from class RESTMessage
RESTMessage.Attribute, RESTMessage.AttributeList, RESTMessage.AttributeListDeserializer, RESTMessage.AttributeListSerializerModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
FieldsFields inherited from class RESTMessage
attributes, className -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RESTMessage
equals, fromDOM, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, hashCode, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOMModifier and TypeMethodDescriptionbooleanstatic voidfromDOM(Element element, RESTMessage resourceMessage) getAttribute(String name) inthashCode()removeAttribute(String name) voidsetAttribute(String name, String value) voidvoidsetAttributes(Map<String, String> attributes) voidsetClassName(String className) voidMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSONSerializer
toJSON
-
Field Details
-
code
public int code -
message
-
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
toDOM
- Overrides:
toDOMin classRESTMessage
-
fromDOM
-
toXML
- Overrides:
toXMLin classRESTMessage- Throws:
Exception
-
fromXML
- Throws:
Exception
-