Class ConnectionAbortedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConnectionAbortedException
    extends java.io.IOException
    Date: Apr 14, 2010 Time: 5:45:37 PM
    See Also:
    Serialized Form
    • 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

      • ConnectionAbortedException

        public ConnectionAbortedException()
      • ConnectionAbortedException

        public ConnectionAbortedException​(java.lang.String message)
      • ConnectionAbortedException

        public ConnectionAbortedException​(java.lang.String message,
                                          java.lang.Throwable cause)
      • ConnectionAbortedException

        public ConnectionAbortedException​(java.lang.Throwable cause)