Bartosz Firyn (SarXos)

com.github.sarxos.webcam
Class WebcamLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.sarxos.webcam.WebcamException
                  extended by com.github.sarxos.webcam.WebcamLockException
All Implemented Interfaces:
Serializable

public class WebcamLockException
extends WebcamException

See Also:
Serialized Form

Constructor Summary
WebcamLockException(String message)
           
WebcamLockException(String message, Throwable cause)
           
WebcamLockException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebcamLockException

public WebcamLockException(String message,
                           Throwable cause)

WebcamLockException

public WebcamLockException(String message)

WebcamLockException

public WebcamLockException(Throwable cause)

Bartosz Firyn (SarXos)

Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.