Class JwtException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.oauth2.jwt.exceptions.JwtException
-
- All Implemented Interfaces:
java.io.Serializable
public class JwtException extends java.lang.ExceptionThe Exception class for JWT creation related problems.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtException(java.lang.String msg)Instantiates a new jwt exception.JwtException(java.lang.String msg, java.lang.Exception nested)Instantiates a new jwt exception.
-
-
-
Constructor Detail
-
JwtException
public JwtException(java.lang.String msg)
Instantiates a new jwt exception.- Parameters:
msg- the message
-
JwtException
public JwtException(java.lang.String msg, java.lang.Exception nested)Instantiates a new jwt exception.- Parameters:
msg- the messagenested- the nested exception
-
-