org.jboss.portal.core.controller.command.response
Class ThrowableResponse

java.lang.Object
  extended by org.jboss.portal.core.controller.ControllerResponse
      extended by org.jboss.portal.core.controller.command.response.ThrowableResponse

public class ThrowableResponse
extends ControllerResponse

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
ThrowableResponse(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.Throwable getThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableResponse

public ThrowableResponse(java.lang.Throwable throwable)
Method Detail

getThrowable

public java.lang.Throwable getThrowable()