public abstract class AbstractNotFoundException extends AbstractUserException
| Constructor and Description |
|---|
AbstractNotFoundException()
Constructor.
|
AbstractNotFoundException(String message)
Constructor.
|
AbstractNotFoundException(String message,
Throwable cause)
Constructor.
|
AbstractNotFoundException(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 AbstractNotFoundException()
public AbstractNotFoundException(String message)
message - the exception messagepublic AbstractNotFoundException(Throwable cause)
cause - the exception causepublic final int getHttpCode()
getHttpCode in class AbstractRestExceptionAbstractRestException.getHttpCode()Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.