Class InvalidEntityMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.openid.connect.sdk.federation.trust.InvalidEntityMetadataException
- All Implemented Interfaces:
Serializable
Invalid entity metadata exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidEntityMetadataException
(String message) Creates a new invalid entity metadata exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEntityMetadataException
Creates a new invalid entity metadata exception.- Parameters:
message
- The exception message.
-