org.apache.archiva.rest.api.services
Class ArchivaRestServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.archiva.rest.api.services.ArchivaRestServiceException
- All Implemented Interfaces:
- Serializable
public class ArchivaRestServiceException
- extends Exception
- Since:
- 1.4-M1
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArchivaRestServiceException
public ArchivaRestServiceException(String message,
Throwable t)
ArchivaRestServiceException
public ArchivaRestServiceException(String message,
String fieldName,
Throwable t)
ArchivaRestServiceException
public ArchivaRestServiceException(String s,
int httpErrorCode,
Throwable t)
ArchivaRestServiceException
public ArchivaRestServiceException(String s,
int httpErrorCode,
String fieldName,
Throwable t)
getHttpErrorCode
public int getHttpErrorCode()
setHttpErrorCode
public void setHttpErrorCode(int httpErrorCode)
getErrorKey
public String getErrorKey()
setErrorKey
public void setErrorKey(String errorKey)
getFieldName
public String getFieldName()
setFieldName
public void setFieldName(String fieldName)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.