Class ClientAbortException

  • All Implemented Interfaces:
    Serializable

    public final class ClientAbortException
    extends IOException
    Wrap an IOException identifying it as being caused by an abort of a request by a remote client.
    Version:
    $Revision: 1.3 $ $Date: 2005/12/08 01:27:28 $
    Author:
    Glenn L. Nielsen
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientAbortException

        public ClientAbortException()
        Construct a new ClientAbortException with no other information.
      • ClientAbortException

        public ClientAbortException​(String message)
        Construct a new ClientAbortException for the specified message.
        Parameters:
        message - Message describing this exception
      • ClientAbortException

        public ClientAbortException​(Throwable throwable)
        Construct a new ClientAbortException for the specified throwable.
        Parameters:
        throwable - Throwable that caused this exception
      • ClientAbortException

        public ClientAbortException​(String message,
                                    Throwable throwable)
        Construct a new ClientAbortException for the specified message and throwable.
        Parameters:
        message - Message describing this exception
        throwable - Throwable that caused this exception