portal.core.api
Class ErrorState

java.lang.Object
  extended byportal.core.api.ErrorState
All Implemented Interfaces:
java.io.Serializable

public class ErrorState
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ErrorState(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

ErrorState

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

getThrowable

public java.lang.Throwable getThrowable()