Package org.entur.jwt.verifier
Class JwtServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.entur.jwt.verifier.JwtException
-
- org.entur.jwt.verifier.JwtServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class JwtServiceException extends JwtException
Exceptions assumed to be cause by server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtServiceException()JwtServiceException(java.lang.String message)JwtServiceException(java.lang.String message, java.lang.Throwable cause)JwtServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
JwtServiceException
public JwtServiceException()
-
JwtServiceException
public JwtServiceException(java.lang.String message)
-
JwtServiceException
public JwtServiceException(java.lang.String message, java.lang.Throwable cause)
-
JwtServiceException
public JwtServiceException(java.lang.Throwable cause)
-
-