Package 

Class PictureInPictureManagerException

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PictureInPictureManagerException

        PictureInPictureManagerException()
        Instantiates a new Picture-in-Picture manager exception.
      • PictureInPictureManagerException

        PictureInPictureManagerException(String message)
        Instantiates a new Picture-in-Picture manager exception.
        Parameters:
        message - the message
      • PictureInPictureManagerException

        PictureInPictureManagerException(String message, Throwable cause)
        Instantiates a new Picture-in-Picture manager exception.
        Parameters:
        message - the message
        cause - the cause
      • PictureInPictureManagerException

        PictureInPictureManagerException(Throwable cause)
        Instantiates a new Picture-in-Picture manager exception.
        Parameters:
        cause - the cause