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

com.github.ibole.infrastructure.security.jwt.TokenSignatureException Maven / Gradle / Ivy

The newest version!
package com.github.ibole.infrastructure.security.jwt;

/*********************************************************************************************.
 * 
 * 
 * 

Copyright 2016, iBole Inc. All rights reserved. * *

*********************************************************************************************/ /** * @author bwang ([email protected]) * */ public class TokenSignatureException extends Exception { /** * */ private static final long serialVersionUID = -4232725203751990825L; public TokenSignatureException(String message) { super(message); } public TokenSignatureException(String message, Throwable cause) { super(message, cause); } public TokenSignatureException(Throwable cause) { super(cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy