Class AjaxErrorResponse


  • public class AjaxErrorResponse
    extends AjaxResponse
    Response returned if there is an error creating a new item in IRIDA. Will return the internationalized explanation for the error.
    • Constructor Summary

      Constructors 
      Constructor Description
      AjaxErrorResponse​(java.lang.String error)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getError()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AjaxErrorResponse

        public AjaxErrorResponse​(java.lang.String error)
    • Method Detail

      • getError

        public java.lang.String getError()