|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.apache.catalina.connector.ClientAbortException
public final class ClientAbortException
Wrap an IOException identifying it as being caused by an abort of a request by a remote client.
Field Summary | |
---|---|
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 Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String message
protected java.lang.Throwable throwable
Constructor Detail |
---|
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 exceptionMethod Detail |
---|
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |