Class TransportException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransportException
    extends java.lang.RuntimeException
    TransportException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void rethrow()  
      • 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

      • TransportException

        public TransportException​(java.lang.String msg)
      • TransportException

        public TransportException​(java.lang.String msg,
                                  java.lang.Throwable cause)
      • TransportException

        public TransportException​(java.lang.Throwable cause)
    • Method Detail

      • rethrow

        public void rethrow()