Uses of Enum Class
com.saperion.ngc.exception.AuthenticationException.AuthenticationExceptionCause
Packages that use AuthenticationException.AuthenticationExceptionCause
-
Uses of AuthenticationException.AuthenticationExceptionCause in com.saperion.ngc.exception
Methods in com.saperion.ngc.exception that return AuthenticationException.AuthenticationExceptionCauseModifier and TypeMethodDescriptionAuthenticationException.getExceptionCause()
Returns the cause of this authentication exception.Returns the enum constant of this class with the specified name.AuthenticationException.AuthenticationExceptionCause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.saperion.ngc.exception with parameters of type AuthenticationException.AuthenticationExceptionCauseModifierConstructorDescriptionConstructor.AuthenticationException
(String message, AuthenticationException.AuthenticationExceptionCause exceptionCause, Throwable cause) Constructor.