Class IncorrectTokenForHttpsUrlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
utu.vbingm.privaterepocloner.IncorrectTokenForHttpsUrlException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectTokenForHttpsUrlException
-