Class JaxRsProcedureExceptionMapper.OfficeFloorJaxRsError

  • Enclosing class:
    JaxRsProcedureExceptionMapper

    public static class JaxRsProcedureExceptionMapper.OfficeFloorJaxRsError
    extends java.lang.Object
    Error entity for JAX-RS failure.
    • Constructor Summary

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

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

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

      • OfficeFloorJaxRsError

        public OfficeFloorJaxRsError​(java.lang.String error)
        Instantiate.
        Parameters:
        error - Error.
    • Method Detail

      • getError

        public java.lang.String getError()
        Obtains the error.
        Returns:
        Error.