public class ArchivaRestServiceException extends Exception
| Constructor and Description |
|---|
ArchivaRestServiceException(String s,
int httpErrorCode,
String fieldName,
Throwable t) |
ArchivaRestServiceException(String s,
int httpErrorCode,
Throwable t) |
ArchivaRestServiceException(String message,
String fieldName,
Throwable t) |
ArchivaRestServiceException(String message,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorKey() |
String |
getFieldName() |
int |
getHttpErrorCode() |
void |
setErrorKey(String errorKey) |
void |
setFieldName(String fieldName) |
void |
setHttpErrorCode(int httpErrorCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArchivaRestServiceException(String message, String fieldName, Throwable t)
public ArchivaRestServiceException(String s, int httpErrorCode, Throwable t)
public int getHttpErrorCode()
public void setHttpErrorCode(int httpErrorCode)
public String getErrorKey()
public void setErrorKey(String errorKey)
public String getFieldName()
public void setFieldName(String fieldName)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.