Class NotSendableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotSendableException
    extends java.lang.RuntimeException
    exception which indicates the frame payload is not sendable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotSendableException​(java.lang.String s)
      constructor for a NotSendableException
      NotSendableException​(java.lang.String s, java.lang.Throwable t)
      constructor for a NotSendableException
      NotSendableException​(java.lang.Throwable t)
      constructor for a NotSendableException
    • 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

      • NotSendableException

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

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

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