org.jboss.portal.server.output
Class ErrorResult

java.lang.Object
  extended byorg.jboss.portal.server.output.Result
      extended byorg.jboss.portal.server.output.ErrorResult
Direct Known Subclasses:
SecurityErrorResult

public class ErrorResult
extends Result

Application level error.


Constructor Summary
ErrorResult(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.String getMessage()
          The logged message.
 java.lang.Throwable getThrowable()
          The throwable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorResult

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

getThrowable

public java.lang.Throwable getThrowable()
The throwable. Can be a null object.


getMessage

public java.lang.String getMessage()
The logged message.