com.appliancestudio.jbluez
Class BlueZException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.appliancestudio.jbluez.BlueZException
All Implemented Interfaces:
java.io.Serializable

public class BlueZException
extends java.lang.Exception

Exception thrown when problems occur within the BlueZ native code.

Version:
1.0
Author:
Edward Kay, ed.kay@appliancestudio.com
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.


Copyright © 2002 The Appliance Studio Limited