Package com.netscape.certsrv.ca
Class CATypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.ca.ECAException
-
- com.netscape.certsrv.ca.CATypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class CATypeException extends ECAException
Exception to throw when an operation cannot be completed because the CA is the wrong type (e.g., an operation that only applies to lightweight CAs).- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description CATypeException(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
-
-