Class ERejectException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ERejectException​(java.lang.String msg)
      Creates a rejection exception.
      ERejectException​(java.lang.String msg, java.lang.Throwable cause)  
      ERejectException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ERejectException

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

        public ERejectException​(java.lang.String msg,
                                java.lang.Throwable cause)
      • ERejectException

        public ERejectException​(java.lang.Throwable cause)