public class RequestGuardException extends RuntimeException
| Constructor and Description |
|---|
RequestGuardException(RequestType requestExpected,
RequestType requestDone) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
RequestType |
getRequestDone()
Returns the RequestType which was actually done
|
RequestType |
getRequestExpected()
Returns the RequestType which was expected to be done
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestGuardException(RequestType requestExpected, RequestType requestDone)
public RequestType getRequestExpected()
public RequestType getRequestDone()
public String getMessage()
getMessage in class ThrowableCopyright © 2012 JBoss by Red Hat. All Rights Reserved.