Package com.netscape.certsrv.jobs
Class EJobsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.jobs.EJobsException
- All Implemented Interfaces:
Serializable
A class represents a jobs exception.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEJobsException
(String msgFormat) Constructs a Job Scheduler exceptionEJobsException
(String msgFormat, Exception e) Constructs a Identity exception.EJobsException
(String msgFormat, Object[] params) Constructs a Identity exception. -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EJobsException
Constructs a Job Scheduler exception -
EJobsException
Constructs a Identity exception. -
EJobsException
Constructs a Identity exception.
-
-
Method Details
-
getBundleName
Retrieves bundle name.- Overrides:
getBundleName
in classEBaseException
- Returns:
- the name of the resource bundle for this class.
-