package org.openstack.atlas.service.domain.exceptions; public class MethodNotAllowedException extends RuntimeException { public MethodNotAllowedException(String message) { super(message); } }