Class JsonExceptionResponse

java.lang.Object
com.qwazr.server.JsonExceptionResponse

public class JsonExceptionResponse
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  JsonExceptionResponse.Builder  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.Date date  
    java.lang.String exception  
    java.lang.String message  
    java.lang.String[] stackTraces  
    java.lang.Integer statusCode  
  • Method Summary

    Modifier and Type Method Description
    static JsonExceptionResponse.Builder of()  
    javax.ws.rs.core.Response toJson()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait