Class NoSuchRelyingPartyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.swedenconnect.bankid.rpapi.types.BankIDException
se.swedenconnect.bankid.idp.authn.error.NoSuchRelyingPartyException
- All Implemented Interfaces:
Serializable
Runtime exception for cases where the flow is invoked for a non-registered RP.
- Author:
- Martin Lindström, Felix Hellman
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe entityID for the requester that was not registered.Methods inherited from class se.swedenconnect.bankid.rpapi.types.BankIDException
getDetails, getErrorCode, setDetails, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoSuchRelyingPartyException
Constructor.- Parameters:
entityId
- the entityID for the SP that does not exist
-
-
Method Details
-
getEntityId
The entityID for the requester that was not registered.- Returns:
- the entityID
-