Class NotSendableException

    • Constructor Detail

      • NotSendableException

        public NotSendableException​(String s)
        constructor for a NotSendableException
        Parameters:
        s - the detail message.
      • NotSendableException

        public NotSendableException​(Throwable t)
        constructor for a NotSendableException
        Parameters:
        t - the throwable causing this exception.
      • NotSendableException

        public NotSendableException​(String s,
                                    Throwable t)
        constructor for a NotSendableException
        Parameters:
        s - the detail message.
        t - the throwable causing this exception.