|
|||||||||||
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.lang.RuntimeException net.sf.colle.util.OuterRuntimeException net.sf.colle.web.ResponseException
Stops processing a request after a redirect or other type of response is sent. Created: 23 Jun 2003
Field Summary |
Fields inherited from class java.lang.RuntimeException |
|
Constructor Summary | |
ResponseException()
Constructs a login exception. |
|
ResponseException(String psMessage)
Constructs a login exception. |
|
ResponseException(String psMessage,
Throwable pxCause)
Constructs a login exception. |
|
ResponseException(Throwable pxCause)
Constructs a login exception. |
Methods inherited from class net.sf.colle.util.OuterRuntimeException |
getInnerThrowable, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResponseException()
public ResponseException(String psMessage)
public ResponseException(Throwable pxCause)
public ResponseException(String psMessage, Throwable pxCause)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |