Class IllegalStateExceptionMapper

java.lang.Object
org.oxerr.commons.ws.rs.exceptionmapper.IllegalStateExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<IllegalStateException>

@Provider @Singleton public class IllegalStateExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<IllegalStateException>
Maps IllegalStateException to Response.
  • Constructor Details

    • IllegalStateExceptionMapper

      public IllegalStateExceptionMapper()
  • Method Details