Class SecurityMissingDependencyException

All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class SecurityMissingDependencyException extends CoreRuntimeException
Throw when a security configuration is pointing out a secret as a token dependency that does not exist in the targeted service.
See Also:
Serialized Form
  • Constructor Details

    • SecurityMissingDependencyException

      public SecurityMissingDependencyException(String target, String identifier)
      Parameters:
      target - the handler of the service that a token-secret was requested for.
      identifier - the handler of the secret that was requested.