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

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

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

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

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

*********************************************************************************************/ /** * @author bwang * */ public class TokenParseException extends Exception { /** * */ private static final long serialVersionUID = 4704645465359901261L; public TokenParseException(String message) { super(message); } public TokenParseException(String message, Throwable cause) { super(message, cause); } public TokenParseException(Throwable cause) { super(cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy