Class SocketClosingSoonException

  • All Implemented Interfaces:
    java.io.Serializable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void rethrow()
      Re-throw the original exception.
      • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SocketClosingSoonException

        public SocketClosingSoonException()
    • Method Detail

      • rethrow

        public void rethrow()
                     throws java.lang.Throwable
        Re-throw the original exception.
        Throws:
        java.lang.Exception - throws the original passed in the constructor.
        java.lang.Throwable