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