org.apache.catalina.connector
public final class ClientAbortException extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
message
The error message passed to our constructor (if any)
|
protected java.lang.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(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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the cause that caused this exception, if any.
|
java.lang.String |
getMessage()
Returns the message associated with this exception, if any.
|
java.lang.String |
toString()
Return a formatted string that describes this exception.
|
protected java.lang.String message
protected java.lang.Throwable 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 exceptionpublic java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.