
com.larksuite.oapi.core.exception.TokenInvalidException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of larksuite-oapi Show documentation
Show all versions of larksuite-oapi Show documentation
Larksuite open platform facilitates the integration of enterprise applications and larksuite, making
collaboration and management more efficient
package com.larksuite.oapi.core.exception;
public class TokenInvalidException extends RuntimeException {
public TokenInvalidException(String token) {
super(String.format("AppSettings.VerificationToken not equal token(%s)", token));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy