Package 

Class NotSendableException

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

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

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

      • NotSendableException

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

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

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