org.jboss.portal.server.output
Class ApplicationErrorResult

java.lang.Object
  extended by org.jboss.portal.server.output.Result
      extended by org.jboss.portal.server.output.ErrorResult
          extended by org.jboss.portal.server.output.ApplicationErrorResult

public class ApplicationErrorResult
extends ErrorResult

Application level error.


Constructor Summary
ApplicationErrorResult(WindowContext producer, java.lang.String message)
           
ApplicationErrorResult(WindowContext producer, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.jboss.portal.server.output.ErrorResult
getMessage, getThrowable, toString
 
Methods inherited from class org.jboss.portal.server.output.Result
getProducer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationErrorResult

public ApplicationErrorResult(WindowContext producer,
                              java.lang.Throwable throwable)

ApplicationErrorResult

public ApplicationErrorResult(WindowContext producer,
                              java.lang.String message)