juzu
Class Response.Error

java.lang.Object
  extended by juzu.Response
      extended by juzu.Response.Error
Enclosing class:
Response

public static class Response.Error
extends Response


Nested Class Summary
 
Nested classes/interfaces inherited from class juzu.Response
Response.Action, Response.Content<S extends Stream>, Response.Error, Response.Redirect, Response.Render, Response.View
 
Constructor Summary
Response.Error(String message)
           
Response.Error(Throwable cause)
           
 
Method Summary
 List<StackTraceElement> getAt()
           
 Throwable getCause()
           
 String getMessage()
           
 String toString()
           
 
Methods inherited from class juzu.Response
content, content, content, error, error, getProperties, notFound, notFound, ok, ok, redirect, with, with, withHeader, withNo, without
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Response.Error

public Response.Error(Throwable cause)

Response.Error

public Response.Error(String message)
Method Detail

getAt

public List<StackTraceElement> getAt()

getCause

public Throwable getCause()

getMessage

public String getMessage()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 eXo Platform SAS. All Rights Reserved.