Class TuleapClient.MultipleUserMatchingCredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClient.MultipleUserMatchingCredentialsException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TuleapClient
public static class TuleapClient.MultipleUserMatchingCredentialsException extends RuntimeException
Multiple user represented by a given username passxord credentials is clearly a showstopper- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleUserMatchingCredentialsException(List<TuleapUser> users)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultipleUserMatchingCredentialsException
public MultipleUserMatchingCredentialsException(List<TuleapUser> users)
-
-