Package org.xipki.ca.gateway.acme
Class AcmeSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.ca.gateway.acme.AcmeSystemException
-
- All Implemented Interfaces:
java.io.Serializable
public class AcmeSystemException extends java.lang.Exception- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AcmeSystemException(java.lang.String msg)AcmeSystemException(java.lang.String msg, java.lang.Throwable cause)AcmeSystemException(java.lang.Throwable cause)
-