Class SessionCounterAddressNotFound

    • Constructor Summary

      Constructors 
      Constructor Description
      SessionCounterAddressNotFound​(java.lang.String message)
      Create a SessionCounterAddressNotFound with a detail message.
      SessionCounterAddressNotFound​(java.lang.String message, java.lang.Throwable cause)
      Create a SessionCounterAddressNotFound with a detail message and cause.
    • 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

      • SessionCounterAddressNotFound

        public SessionCounterAddressNotFound​(java.lang.String message,
                                             java.lang.Throwable cause)
        Create a SessionCounterAddressNotFound with a detail message and cause.
        Parameters:
        message - the detail message.
        cause - the reason this exception was thrown.
      • SessionCounterAddressNotFound

        public SessionCounterAddressNotFound​(java.lang.String message)
        Create a SessionCounterAddressNotFound with a detail message.
        Parameters:
        message - the detail message.