Class ServerException

java.lang.Object
com.webmethods.caf.faces.bean.mws_ui.ServerException

public class ServerException extends Object
Managed Bean to help facelet based portlets handle exception handling.
  • Constructor Details

    • ServerException

      public ServerException()
  • Method Details

    • isValidException

      public boolean isValidException() throws Exception
      Obtains the exceptionBean from the IErrorManager
      Returns:
      BodyTagSupport.SKIP_BODY if the session is valid, or BodyTagSupport.SKIP_BODY if the session is invalid
      Throws:
      Exception
    • getExceptionMessage

      public String getExceptionMessage() throws Exception
      Throws:
      Exception