de.avetana.bluetooth.stack
Class BlueZException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.avetana.bluetooth.stack.BlueZException
All Implemented Interfaces:
java.io.Serializable

public class BlueZException
extends java.lang.Exception

Exception thrown when problems occur within the BlueZ native code.

See Also:
BlueZ, Serialized Form

Constructor Summary
BlueZException()
          Constructs a BlueZException with no detail message.
BlueZException(java.lang.String s)
          Constructs a BlueZException including a detail message.
 
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

BlueZException

public BlueZException()
Constructs a BlueZException with no detail message.


BlueZException

public BlueZException(java.lang.String s)
Constructs a BlueZException including a detail message.

Parameters:
s - Message detailing why the exception occurred.