com.netscape.certsrv.profile
Class EDeferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.netscape.certsrv.base.EBaseException
              extended by com.netscape.certsrv.profile.EProfileException
                  extended by com.netscape.certsrv.profile.EDeferException
All Implemented Interfaces:
java.io.Serializable

public class EDeferException
extends EProfileException

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.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
See Also:
Serialized Form

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

EDeferException

public EDeferException(java.lang.String msg)
Creates a defer exception.

Parameters:
msg - localized message that will be displayed to end user. This message should indicate the reason why a request is deferred.