Package com.atlassian.crowd.manager.sso
Class InvalidGlobalSamlConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.sso.InvalidGlobalSamlConfigurationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionInvalidGlobalSamlConfigurationException(Map<InvalidGlobalSamlConfigurationException.Field, InvalidGlobalSamlConfigurationException.ErrorCode> errors) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMap<InvalidGlobalSamlConfigurationException.Field,InvalidGlobalSamlConfigurationException.ErrorCode> inthashCode()toString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidGlobalSamlConfigurationException
public InvalidGlobalSamlConfigurationException(Map<InvalidGlobalSamlConfigurationException.Field, InvalidGlobalSamlConfigurationException.ErrorCode> errors)
-
-
Method Details