org.apache.sling.servlets.post.impl.helper
Class JSONResponse.JSONResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.sling.servlets.post.impl.helper.JSONResponse.JSONResponseException
All Implemented Interfaces:
Serializable
Enclosing class:
JSONResponse

public class JSONResponse.JSONResponseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
JSONResponse.JSONResponseException(String message, Throwable exception)
           
JSONResponse.JSONResponseException(Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONResponse.JSONResponseException

public JSONResponse.JSONResponseException(String message,
                                          Throwable exception)

JSONResponse.JSONResponseException

public JSONResponse.JSONResponseException(Throwable e)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.