Uses of Class
org.xipki.ca.gateway.acme.type.AcmeError
-
Packages that use AcmeError Package Description org.xipki.ca.gateway.acme org.xipki.ca.gateway.acme.type -
-
Uses of AcmeError in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return AcmeError Modifier and Type Method Description AcmeErrorAcmeProtocolException. getAcmeError()Constructors in org.xipki.ca.gateway.acme with parameters of type AcmeError Constructor Description AcmeProtocolException(int httpError, AcmeError acmeError, java.lang.String acmeDetail) -
Uses of AcmeError in org.xipki.ca.gateway.acme.type
Methods in org.xipki.ca.gateway.acme.type that return AcmeError Modifier and Type Method Description static AcmeErrorAcmeError. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AcmeError[]AcmeError. values()Returns an array containing the constants of this enum type, in the order they are declared.
-