Class JwtCreationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
energy.eddie.regionconnector.shared.exceptions.JwtCreationFailedException
All Implemented Interfaces:
Serializable

public class JwtCreationFailedException extends Exception
Wrapper class to avoid having to add JOSE dependencies to a module just to be able to catch a JOSEException.
See Also:
  • Constructor Details

    • JwtCreationFailedException

      public JwtCreationFailedException(com.nimbusds.jose.JOSEException cause)