Class DispatchResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DispatchResponseException
    extends ResponseException
    The Class DispatchResponseException.

    Created: 2008. 01. 07 AM 3:35:55

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DispatchResponseRule getDispatchResponseRule()
      Gets the dispatch response rule.
      • Methods inherited from class java.lang.Throwable

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

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

      • DispatchResponseException

        public DispatchResponseException()
        Simple constructor.
      • DispatchResponseException

        public DispatchResponseException​(java.lang.String msg)
        Constructor to create exception with a message.
        Parameters:
        msg - a message to associate with the exception
      • DispatchResponseException

        public DispatchResponseException​(java.lang.Throwable cause)
        Constructor to create exception to wrap another exception.
        Parameters:
        cause - the real cause of the exception
      • DispatchResponseException

        public DispatchResponseException​(java.lang.String msg,
                                         java.lang.Throwable cause)
        Constructor to create exception to wrap another exception and pass a message.
        Parameters:
        msg - the detail message
        cause - the real cause of the exception
      • DispatchResponseException

        public DispatchResponseException​(DispatchResponseRule dispatchResponseRule,
                                         java.lang.Throwable cause)
        Constructor to create exception to wrap another exception and pass a message.
        Parameters:
        dispatchResponseRule - the dispatch response rule
        cause - the real cause of the exception
      • DispatchResponseException

        public DispatchResponseException​(DispatchResponseRule dispatchResponseRule,
                                         java.lang.String msg,
                                         java.lang.Throwable cause)
        Constructor to create exception to wrap another exception and pass a message.
        Parameters:
        dispatchResponseRule - the dispatch response rule
        msg - the detail message
        cause - the real cause of the exception
      • DispatchResponseException

        public DispatchResponseException​(DispatchResponseRule dispatchResponseRule,
                                         java.lang.String msg)
        Constructor to create exception to wrap another exception and pass a message.
        Parameters:
        dispatchResponseRule - the dispatch response rule
        msg - the detail message
    • Method Detail

      • getDispatchResponseRule

        public DispatchResponseRule getDispatchResponseRule()
        Gets the dispatch response rule.
        Returns:
        the dispatch response rule