org.vigia.server.exception
Class CameraDriverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vigia.server.exception.CameraDriverException
All Implemented Interfaces:
java.io.Serializable

public class CameraDriverException
extends java.lang.Exception

To indicate error while using the camera driver

Author:
jesus
See Also:
Serialized Form

Constructor Summary
CameraDriverException(java.lang.String msg)
          Creates a new Exception.
CameraDriverException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new Exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CameraDriverException

public CameraDriverException(java.lang.String msg)
Creates a new Exception.

Parameters:
msg - the message.

CameraDriverException

public CameraDriverException(java.lang.String msg,
                             java.lang.Throwable cause)
Creates a new Exception.

Parameters:
msg - the message.
cause - the exception's cause.