com.cloudbees.api
Class ErrorResponse

java.lang.Object
  extended by com.cloudbees.api.ErrorResponse

public class ErrorResponse
extends Object


Field Summary
 String errorCode
           
 String message
           
 
Constructor Summary
ErrorResponse()
           
 
Method Summary
 String getErrorCode()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

public String errorCode

message

public String message
Constructor Detail

ErrorResponse

public ErrorResponse()
Method Detail

getErrorCode

public String getErrorCode()

getMessage

public String getMessage()


Copyright © 2011. All Rights Reserved.