java.io.Serializablepublic final class ClientAbortException
extends java.io.IOException
| Constructor | Description |
|---|---|
ClientAbortException() |
Construct a new ClientAbortException with no other information.
|
ClientAbortException(java.lang.String message) |
Construct a new ClientAbortException for the specified message.
|
ClientAbortException(java.lang.String message,
java.lang.Throwable throwable) |
Construct a new ClientAbortException for the specified message
and throwable.
|
ClientAbortException(java.lang.Throwable throwable) |
Construct a new ClientAbortException for the specified throwable.
|
public ClientAbortException()
public ClientAbortException(java.lang.String message)
message - Message describing this exceptionpublic ClientAbortException(java.lang.Throwable throwable)
throwable - Throwable that caused this exceptionpublic ClientAbortException(java.lang.String message,
java.lang.Throwable throwable)
message - Message describing this exceptionthrowable - Throwable that caused this exceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.