public final class ClientAbortException extends IOException
Modifier and Type | Field and Description |
---|---|
protected String |
message
The error message passed to our constructor (if any)
|
protected Throwable |
throwable
The underlying exception or error passed to our constructor (if any)
|
Constructor and Description |
---|
ClientAbortException()
Construct a new ClientAbortException with no other information.
|
ClientAbortException(String message)
Construct a new ClientAbortException for the specified message.
|
ClientAbortException(String message,
Throwable throwable)
Construct a new ClientAbortException for the specified message
and throwable.
|
ClientAbortException(Throwable throwable)
Construct a new ClientAbortException for the specified throwable.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Returns the cause that caused this exception, if any.
|
String |
getMessage()
Returns the message associated with this exception, if any.
|
String |
toString()
Return a formatted string that describes this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected String message
protected Throwable throwable
public ClientAbortException()
public ClientAbortException(String message)
message
- Message describing this exceptionpublic ClientAbortException(Throwable throwable)
throwable
- Throwable that caused this exceptionpublic String getMessage()
getMessage
in class Throwable
public Throwable getCause()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.