Class AuthenticationFailedScmException

All Implemented Interfaces:
Serializable

public class AuthenticationFailedScmException extends ScmException
An exception that is thrown by commands created by the ScmMirrorCommandFactory when they fail due to authentication problems.
Since:
4.11
See Also:
  • Constructor Details

    • AuthenticationFailedScmException

      public AuthenticationFailedScmException(@Nonnull KeyedMessage message, @Nonnull String scmId)
    • AuthenticationFailedScmException

      public AuthenticationFailedScmException(@Nonnull KeyedMessage message, @Nullable Throwable cause, @Nonnull String scmId)