Package com.netscape.certsrv.publish
Class EPublisherNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netscape.certsrv.base.EBaseException
-
- com.netscape.certsrv.ldap.ELdapException
-
- com.netscape.certsrv.publish.EPublisherNotFound
-
- All Implemented Interfaces:
java.io.Serializable
public class EPublisherNotFound extends ELdapException
Exception for Publisher not found. Required for successful publishing.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description EPublisherNotFound(java.lang.String errorString)
Constructs a exception for a missing required publisher.
-
Method Summary
-
Methods inherited from class com.netscape.certsrv.ldap.ELdapException
getBundleName
-
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
-
-