|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.selftests.ESelfTestException
com.netscape.certsrv.selftests.EMissingSelfTestException
public class EMissingSelfTestException
This class implements a missing self test exception. EMissingSelfTestExceptions are derived from ESelfTestExceptions in order to allow users to easily do self tests without try-catch clauses. EMissingSelfTestExceptions should be caught by SelfTestSubsystem managers.
Field Summary |
---|
Fields inherited from class com.netscape.certsrv.base.EBaseException |
---|
mParams |
Constructor Summary | |
---|---|
EMissingSelfTestException()
Constructs a "missing" self test exception where the name is null |
|
EMissingSelfTestException(java.lang.String instanceName)
Constructs a "missing" self test exception where the name is always missing from a name/value pair. |
|
EMissingSelfTestException(java.lang.String instanceName,
java.lang.String instanceValue)
Constructs a "missing" self test exception where the value is always missing from a name/value pair; (the value passed in is always null). |
|
EMissingSelfTestException(java.lang.String instanceStore,
java.lang.String instanceParameter,
java.lang.String instanceValue)
Constructs a "missing" self test exception where the parameter is always missing from a substore.parameter/value pair; (the value passed in may be null). |
Method Summary | |
---|---|
java.lang.String |
getInstanceName()
Returns the instance name associated with this self test. |
java.lang.String |
getInstanceParameter()
Returns the parameter associated with this self test. |
java.lang.String |
getInstanceStore()
Returns the store associated with this self test. |
java.lang.String |
getInstanceValue()
Returns the value associated with this self test. |
Methods inherited from class com.netscape.certsrv.selftests.ESelfTestException |
---|
getBundleName |
Methods inherited from class com.netscape.certsrv.base.EBaseException |
---|
getParameters, toString, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EMissingSelfTestException()
public EMissingSelfTestException(java.lang.String instanceName)
instanceName
- missing "instanceName" exception detailspublic EMissingSelfTestException(java.lang.String instanceName, java.lang.String instanceValue)
instanceName
- missing "instanceName" exception detailsinstanceValue
- missing "instanceValue" exception details
(always null)public EMissingSelfTestException(java.lang.String instanceStore, java.lang.String instanceParameter, java.lang.String instanceValue)
instanceStore
- missing "instanceStore" exception detailsinstanceParameter
- missing "instanceParameter" exception detailsinstanceValue
- missing "instanceValue" exception details
(may be null)Method Detail |
---|
public java.lang.String getInstanceName()
public java.lang.String getInstanceStore()
public java.lang.String getInstanceParameter()
public java.lang.String getInstanceValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |