Package com.netscape.certsrv.ca
Class IssuerUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.ca.ECAException
-
- com.netscape.certsrv.ca.IssuerUnavailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class IssuerUnavailableException extends ECAException
Exception to throw during CA creation when requested CA (issuer DN) already exists.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description IssuerUnavailableException(java.lang.String msgFormat)
-
Method Summary
-
Methods inherited from class com.netscape.certsrv.ca.ECAException
getBundleName
-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
-
-