Class UIException

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

public class UIException extends org.pentaho.platform.api.util.PentahoChainedException
See Also:
  • Constructor Details

    • 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 -