Class ERejectException

All Implemented Interfaces:
Serializable

public class ERejectException extends EProfileException
This represents a profile specific exception. This exception is raised when a request is rejected.

A rejected request cannot be reprocessed. Rejected request is considered as a request in its terminal state.

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • ERejectException

      public ERejectException(String msg)
      Creates a rejection exception.
      Parameters:
      msg - localized message that indicates the reason why a request is rejected.
    • ERejectException

      public ERejectException(String msg, Throwable cause)
    • ERejectException

      public ERejectException(Throwable cause)