public class HttpError extends Object
HttpError(int code, String status, Throwable cause)
Throwable
getCause()
int
getCode()
String
getStatus()
void
setCause(Throwable exception)
setCode(int code)
setStatus(String status)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public HttpError(int code, String status, Throwable cause)
public void setCode(int code)
public void setStatus(String status)
public void setCause(Throwable exception)
public int getCode()
public String getStatus()
public Throwable getCause()
public String toString()
toString
Object
Copyright © 2013 JBoss by Red Hat. All rights reserved.