Class AccountTerminatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.schabi.newpipe.extractor.exceptions.ExtractionException
-
- org.schabi.newpipe.extractor.exceptions.ParsingException
-
- org.schabi.newpipe.extractor.exceptions.ContentNotAvailableException
-
- org.schabi.newpipe.extractor.exceptions.AccountTerminatedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AccountTerminatedException extends ContentNotAvailableException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccountTerminatedException.Reason
-
Constructor Summary
Constructors Constructor Description AccountTerminatedException(java.lang.String message)
AccountTerminatedException(java.lang.String message, java.lang.Throwable cause)
AccountTerminatedException(java.lang.String message, AccountTerminatedException.Reason reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountTerminatedException.Reason
getReason()
The reason for the violation.
-
-
-
Constructor Detail
-
AccountTerminatedException
public AccountTerminatedException(java.lang.String message)
-
AccountTerminatedException
public AccountTerminatedException(java.lang.String message, AccountTerminatedException.Reason reason)
-
AccountTerminatedException
public AccountTerminatedException(java.lang.String message, java.lang.Throwable cause)
-
-
Method Detail
-
getReason
public AccountTerminatedException.Reason getReason()
The reason for the violation. There should also be more info in the exception's message.
-
-