|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.nitido.nimbox.http.InvalidRequestException
public class InvalidRequestException
This exception is thrown when the HttpNimletDriver is unable to parse a malformed Http request
| Field Summary | |
|---|---|
protected boolean |
_hasRootCause
|
| Constructor Summary | |
|---|---|
InvalidRequestException(java.lang.String msg)
Construct the exception with the given message. |
|
InvalidRequestException(java.lang.String msg,
java.lang.Throwable rootCause)
Construct the exception with the given message and with the given root cause that resulted from the exception. |
|
InvalidRequestException(java.lang.Throwable rootCause)
Construct the exception with the given root cause for the exception |
|
| Method Summary | |
|---|---|
boolean |
hasRootCause()
This method returns true if the exception has been associated with a root cause. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean _hasRootCause
| Constructor Detail |
|---|
public InvalidRequestException(java.lang.String msg)
msg - The reason for the error
public InvalidRequestException(java.lang.String msg,
java.lang.Throwable rootCause)
msg - The reason for the errorrootCause - The cause for the exceptionpublic InvalidRequestException(java.lang.Throwable rootCause)
rootCause - The cause for the exception| Method Detail |
|---|
public boolean hasRootCause()
|
Nitido NiM 2.5 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.