Class PermissionExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<com.atlassian.crowd.exception.PermissionException>

    @Provider
    public class PermissionExceptionMapper
    extends AbstractExceptionMapper<com.atlassian.crowd.exception.PermissionException>
    • Constructor Detail

      • PermissionExceptionMapper

        public PermissionExceptionMapper()
    • Method Detail

      • toResponse

        public javax.ws.rs.core.Response toResponse​(@NotNull
                                                    @NotNull com.atlassian.crowd.exception.PermissionException exception)