Class AjaxResponseException

All Implemented Interfaces:
Serializable

public class AjaxResponseException extends PresentationException
Author:
Florian Alpers
See Also:
  • Constructor Details

    • AjaxResponseException

      public AjaxResponseException(String string)
      Parameters:
      string - the exception message
    • AjaxResponseException

      public AjaxResponseException(String string, Throwable e)
      Parameters:
      string - the exception message
      e - the cause of this exception