Class KeyStoreProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.oauth2.jwt.exceptions.KeyStoreProcessingException
All Implemented Interfaces:
Serializable

public class KeyStoreProcessingException extends Exception
The Exception class for JWT creation related problems.
See Also:
  • Constructor Details

    • KeyStoreProcessingException

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

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