Class KeyStoreProcessingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class KeyStoreProcessingException
    extends java.lang.Exception
    The Exception class for JWT creation related problems.
    See Also:
    Serialized Form
    • 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

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

      • KeyStoreProcessingException

        public KeyStoreProcessingException​(java.lang.String msg)
        Instantiates a new jwt exception.
        Parameters:
        msg - the message
      • KeyStoreProcessingException

        public KeyStoreProcessingException​(java.lang.String msg,
                                           java.lang.Exception nested)
        Instantiates a new jwt exception.
        Parameters:
        msg - the message
        nested - the nested exception