public class VideoCaptureException extends IOException
| Constructor and Description |
|---|
VideoCaptureException(String message)
Constructs an
VideoCaptureException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VideoCaptureException(String message)
VideoCaptureException with the specified detail message.message - The detail message (which is saved for later retrieval
by the Throwable.getMessage() method)