|
||||||||||
| 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.profile.EProfileException
com.netscape.certsrv.profile.EDeferException
public class EDeferException
This represents a profile specific exception. The framework raises this exception when a request is deferred.
A deferred request will not be processed immediately. Manual approval is required for processing the request again.
| Field Summary |
|---|
| Fields inherited from class com.netscape.certsrv.base.EBaseException |
|---|
mParams |
| Constructor Summary | |
|---|---|
EDeferException(java.lang.String msg)
Creates a defer exception. |
|
| Method Summary |
|---|
| Methods inherited from class com.netscape.certsrv.base.EBaseException |
|---|
getBundleName, 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 EDeferException(java.lang.String msg)
msg - localized message that will be
displayed to end user. This message
should indicate the reason why a request
is deferred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||