package at.gv.egovernment.moa.id.protocols.oauth20.exceptions; import at.gv.egovernment.moa.id.protocols.oauth20.OAuth20Constants; public class OAuth20ResponseTypeException extends OAuth20Exception { private static final long serialVersionUID = 1L; public OAuth20ResponseTypeException() { super(OAuth20Constants.ERROR_UNSUPPORTED_RESPONSE_TYPE, "oauth20.03", new Object[] {}); } }