Class NotAuthorizedScmException

All Implemented Interfaces:
Serializable

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

    • NotAuthorizedScmException

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

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