org.jboss.portal.server.output
Class InternalErrorResult

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.InternalErrorResult

public class InternalErrorResult
extends ErrorResult

General error.


Constructor Summary
InternalErrorResult(WindowContext producer, java.lang.String message)
           
InternalErrorResult(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

InternalErrorResult

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

InternalErrorResult

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