Class AuthExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<AuthException>

    @Provider
    public class AuthExceptionMapper
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response toResponse​(T exception)  
      • Methods inherited from class java.lang.Object

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

      • AuthExceptionMapper

        public AuthExceptionMapper()
    • Method Detail

      • toResponse

        public javax.ws.rs.core.Response toResponse​(T exception)
        Specified by:
        toResponse in interface javax.ws.rs.ext.ExceptionMapper<T extends java.lang.Throwable>