Package org.xipki.ca.api.profile
Class CertprofileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.ca.api.profile.CertprofileException
-
- All Implemented Interfaces:
java.io.Serializable
public class CertprofileException extends java.lang.ExceptionException related to Certprofile.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertprofileException()CertprofileException(java.lang.String message)CertprofileException(java.lang.String message, java.lang.Throwable cause)CertprofileException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
CertprofileException
public CertprofileException()
-
CertprofileException
public CertprofileException(java.lang.String message)
-
CertprofileException
public CertprofileException(java.lang.Throwable cause)
-
CertprofileException
public CertprofileException(java.lang.String message, java.lang.Throwable cause)
-
-