-
- All Implemented Interfaces:
-
java.io.Serializable
public class PictureInPictureManagerException extends RuntimeException
The Picture-in-Picture manager exception is an unchecked exception thrown when PictureInPictureManager encounters a problem.
-
-
Constructor Summary
Constructors Constructor Description PictureInPictureManagerException()
Instantiates a new Picture-in-Picture manager exception. PictureInPictureManagerException(String message)
Instantiates a new Picture-in-Picture manager exception. PictureInPictureManagerException(String message, Throwable cause)
Instantiates a new Picture-in-Picture manager exception. PictureInPictureManagerException(Throwable cause)
Instantiates a new Picture-in-Picture manager exception.
-
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 messagecause
- the cause
-
PictureInPictureManagerException
PictureInPictureManagerException(Throwable cause)
Instantiates a new Picture-in-Picture manager exception.- Parameters:
cause
- the cause
-
-
-
-