com.ibm.websphere.security.jwt

Class JwtException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.websphere.security.jwt.JwtException
  • All Implemented Interfaces:
    java.io.Serializable


    public class JwtException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      JwtException(java.lang.String msg) 
      JwtException(java.lang.String msg, java.lang.Throwable e) 
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JwtException

        public JwtException(java.lang.String msg)
      • JwtException

        public JwtException(java.lang.String msg,
                    java.lang.Throwable e)