org.surfnet.oaaas.model
Class ErrorResponse
java.lang.Object
org.surfnet.oaaas.model.ErrorResponse
public class ErrorResponse
- extends Object
Representation an error response conform spec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorResponse
public ErrorResponse()
ErrorResponse
public ErrorResponse(String error,
String errorDescription)
getError
public String getError()
- Returns:
- the error
setError
public void setError(String error)
- Parameters:
error - the error to set
getErrorDescription
public String getErrorDescription()
- Returns:
- the errorDescription
setErrorDescription
public void setErrorDescription(String errorDescription)
- Parameters:
errorDescription - the errorDescription to set
Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.