public class ActionException extends AbstractUserException
| Constructor and Description |
|---|
ActionException()
Constructor.
|
ActionException(String message)
Constructor.
|
ActionException(String message,
Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
int |
getHttpCode() |
String |
getMoreInfoUrl() |
getServerStack, setServerStackaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActionException()
public ActionException(String message)
message - the exception messagepublic int getErrorCode()
getErrorCode in class AbstractRestExceptionAbstractRestException.getErrorCode()public String getMoreInfoUrl()
getMoreInfoUrl in class AbstractRestExceptionAbstractRestException.getMoreInfoUrl()public int getHttpCode()
getHttpCode in class AbstractRestExceptionAbstractRestException.getHttpCode()Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.