public class InvalidRequestException extends Exception
| Constructor and Description |
|---|
InvalidRequestException(String description) |
InvalidRequestException(String description,
Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getCause() |
String |
getDescription() |
void |
setCause(Exception cause) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidRequestException(String description)
Copyright © 2013 Seam Framework. All Rights Reserved.