All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eleme.openapi.sdk.api.exception.PermissionDeniedException Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.exception;


public class PermissionDeniedException extends ServiceException {
    public PermissionDeniedException() {
        super("PERMISSION_DENIED", "权限不足");
    }

    public PermissionDeniedException(String message) {
        super("PERMISSION_DENIED", message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy