Class NotValidLinkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.karafra.bitchutedl.exceptions.ApiRuntimeException
-
- com.karafra.bitchutedl.exceptions.NotValidLinkException
-
- All Implemented Interfaces:
Serializable
public class NotValidLinkException extends ApiRuntimeException
Exception thrown provided link does not point to video.- Author:
- Karafra
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotValidLinkException(String link)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotValidLinkException
public NotValidLinkException(String link)
-
-