public class PictureInPictureManagerException
extends java.lang.RuntimeException
PictureInPictureManager
encounters a problem.Constructor and Description |
---|
PictureInPictureManagerException()
Instantiates a new Picture-in-Picture manager exception.
|
PictureInPictureManagerException(java.lang.String message)
Instantiates a new Picture-in-Picture manager exception.
|
PictureInPictureManagerException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new Picture-in-Picture manager exception.
|
PictureInPictureManagerException(java.lang.Throwable cause)
Instantiates a new Picture-in-Picture manager exception.
|
public PictureInPictureManagerException()
public PictureInPictureManagerException(java.lang.String message)
message
- the messagepublic PictureInPictureManagerException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causepublic PictureInPictureManagerException(java.lang.Throwable cause)
cause
- the cause