|
Apache Tomcat 7.0.39 | ||||||||
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 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 Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
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 String message
protected Throwable throwable
Constructor Detail |
---|
public ClientAbortException()
public ClientAbortException(String message)
message
- Message describing this exceptionpublic ClientAbortException(Throwable throwable)
throwable
- Throwable that caused this exceptionpublic ClientAbortException(String message, Throwable throwable)
message
- Message describing this exceptionthrowable
- Throwable that caused this exceptionMethod Detail |
---|
public String getMessage()
getMessage
in class Throwable
public Throwable getCause()
getCause
in class Throwable
public String toString()
toString
in class Throwable
|
Apache Tomcat 7.0.39 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |