Class CommunicationStackException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    de.aristaflow.adept2.model.communication.CommunicationStackException

    @Deprecated
    public class CommunicationStackException
    extends Exception
    Deprecated.
    Use CommunicationStackException instead. This class will be removed in the future.
    This exception is thrown if an exception occurs during request/response processing within a certain communication stack.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommunicationStackException

        public CommunicationStackException​(String message,
                                           Throwable cause)
        Deprecated.
        Creates a CommunicationStackException with the given error message and the reason for this exception.
        Parameters:
        message - The error description for this exception.
        cause - The reason for this exception.
      • CommunicationStackException

        public CommunicationStackException​(String message)
        Deprecated.
        Creates a CommunicationStackException with the given description of the error that caused this exception.
        Parameters:
        message - The error description for this exception.
      • CommunicationStackException

        protected CommunicationStackException​(Throwable cause)
        Deprecated.
        Creates a CommunicationStackException for the designated throwable. This is for wrapping an occurred exception in a corresponding subclass.
        Parameters:
        cause - The wrapped cause for this exception.