Class APIMgtAuthorizationFailedException

  • All Implemented Interfaces:
    Serializable

    public class APIMgtAuthorizationFailedException
    extends APIManagementException
    This is the custom exception class to be thrown when the user tries to access/update a resource but the user does not have enough permission
    See Also:
    Serialized Form
    • Constructor Detail

      • APIMgtAuthorizationFailedException

        public APIMgtAuthorizationFailedException​(String msg)
      • APIMgtAuthorizationFailedException

        public APIMgtAuthorizationFailedException​(String msg,
                                                  Throwable e)
      • APIMgtAuthorizationFailedException

        public APIMgtAuthorizationFailedException​(Throwable throwable)