Class SmallRyeAuthSecurityIdentityAlreadyAssignedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.quarkus.smallrye.graphql.runtime.exception.SmallRyeAuthSecurityIdentityAlreadyAssignedException
- All Implemented Interfaces:
Serializable
An exception which is thrown when a security identity is already defined, but the connection init payload tries to
change the connections identity. This is not allowed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSmallRyeAuthSecurityIdentityAlreadyAssignedException(Map<String, Object> connectionInitPayload) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SmallRyeAuthSecurityIdentityAlreadyAssignedException
-
-
Method Details
-
getConnectionInitPayload
-