Class IncorrectTokenForHttpsUrlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
utu.vbingm.privaterepocloner.IncorrectTokenForHttpsUrlException
All Implemented Interfaces:
Serializable

public class IncorrectTokenForHttpsUrlException extends IOException
Signals that the repository URL is incompatible with the HTTPS+token flow.

Typical causes:

  • Credentials embedded in the URL (userinfo component present).
  • Non-HTTPS URL passed to clone helper.
  • Blank profile name / URL / token.
See Also:
  • Constructor Details

    • IncorrectTokenForHttpsUrlException

      public IncorrectTokenForHttpsUrlException(String message)