Class AcmeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.predic8.membrane.core.transport.ssl.acme.AcmeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAcmeException(String type, String detail, List<AcmeException.SubProblem> subproblems, String nonce) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
TYPE_BAD_NONCE
- See Also:
-
-
Constructor Details
-
AcmeException
public AcmeException(String type, String detail, List<AcmeException.SubProblem> subproblems, String nonce)
-
-
Method Details
-
getType
-