Class CommunicationRuntimeException

  • All Implemented Interfaces:
    MessageListHolder, java.io.Serializable

    public class CommunicationRuntimeException
    extends BORuntimeException
    Represents a general superclass for all exceptions of the back end layer caused by communication problems (network failures etc.).
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • CommunicationRuntimeException

        public CommunicationRuntimeException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - Message for the Exception
      • CommunicationRuntimeException

        public CommunicationRuntimeException()
        Constructor.
      • CommunicationRuntimeException

        public CommunicationRuntimeException​(java.lang.String msg,
                                             java.lang.Throwable rootCause)
        Standard constructor for CommunicationException using a simple message text.
        Parameters:
        msg - message text.
        rootCause - exception which causes the exception