Class EDeferException

All Implemented Interfaces:
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$, $Date$
See Also:
  • Constructor Details

    • EDeferException

      public EDeferException(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.