org.pentaho.platform.web.http
Class UIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.platform.api.util.PentahoChainedException
                  extended by org.pentaho.platform.web.http.UIException
All Implemented Interfaces:
Serializable

public class UIException
extends PentahoChainedException

See Also:
Serialized Form

Constructor Summary
UIException()
           
UIException(String message)
           
UIException(String message, Throwable reas)
           
UIException(Throwable reas)
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.api.util.PentahoChainedException
getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UIException

public UIException()

UIException

public UIException(String message)
Parameters:
message -

UIException

public UIException(String message,
                   Throwable reas)
Parameters:
message -
reas -

UIException

public UIException(Throwable reas)
Parameters:
reas -