Package com.netscape.certsrv.registry
Class ERegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.registry.ERegistryException
- All Implemented Interfaces:
Serializable
This represents a registry exception.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getBundleName, getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ERegistryException
Constructs a registry exception.- Parameters:
msg
- message carried along with the exception
-