org.jboss.seam.exception.control.example.jaxrs.handler
Class RestExceptionResponse
java.lang.Object
org.jboss.seam.exception.control.ExceptionResponse
org.jboss.seam.exception.control.example.jaxrs.handler.RestExceptionResponse
public class RestExceptionResponse
- extends ExceptionResponse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestExceptionResponse
public RestExceptionResponse()
RestExceptionResponse
public RestExceptionResponse(Class<? extends Throwable> forType,
String message,
int statusCode)
setStatusCode
public void setStatusCode(int statusCode)
getStatusCode
public int getStatusCode()
Copyright © 2010 Seam Framework. All Rights Reserved.