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