Uses of Class
com.saperion.ngc.exception.AuthenticationException.AuthenticationExceptionCause
-
Packages that use AuthenticationException.AuthenticationExceptionCause Package Description com.saperion.ngc.exception Package for exception classes. -
-
Uses of AuthenticationException.AuthenticationExceptionCause in com.saperion.ngc.exception
Methods in com.saperion.ngc.exception that return AuthenticationException.AuthenticationExceptionCause Modifier and Type Method Description AuthenticationException.AuthenticationExceptionCause
AuthenticationException. getExceptionCause()
Returns the cause of this authentication exception.static AuthenticationException.AuthenticationExceptionCause
AuthenticationException.AuthenticationExceptionCause. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthenticationException.AuthenticationExceptionCause[]
AuthenticationException.AuthenticationExceptionCause. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.saperion.ngc.exception with parameters of type AuthenticationException.AuthenticationExceptionCause Constructor Description AuthenticationException(java.lang.String message, AuthenticationException.AuthenticationExceptionCause cause)
Constructor.AuthenticationException(java.lang.String message, AuthenticationException.AuthenticationExceptionCause exceptionCause, java.lang.Throwable cause)
Constructor.
-