public final class ClientAbortException
extends java.io.IOException
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | messageDeprecated. 
 Use  Throwable.getMessage() | 
| protected java.lang.Throwable | throwableDeprecated. 
 Use  Throwable.getCause() | 
| Constructor and 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. | 
@Deprecated protected java.lang.String message
Throwable.getMessage()@Deprecated protected java.lang.Throwable throwable
Throwable.getCause()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-2015 Apache Software Foundation. All Rights Reserved.