Oracle Java Wireless Client

com.oracle.deviceaccess
Class PeripheralNotFoundException

java.lang.Object
  extended by PeripheralException
      extended by com.oracle.deviceaccess.PeripheralNotFoundException

public class PeripheralNotFoundException
extends PeripheralException

Thrown to indicate that there is no peripheral matching the provided peripheral numerical ID or name.


Constructor Summary
PeripheralNotFoundException()
          Constructs a new PeripheralNotFoundException instance with null as its detailed reason message.
PeripheralNotFoundException(java.lang.String message)
          Constructs a new PeripheralNotFoundException instance with the specified detailed reason message.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeripheralNotFoundException

public PeripheralNotFoundException()
Constructs a new PeripheralNotFoundException instance with null as its detailed reason message.


PeripheralNotFoundException

public PeripheralNotFoundException(java.lang.String message)
Constructs a new PeripheralNotFoundException instance with the specified detailed reason message. The error message string message can later be retrieved by the Throwable.getMessage() method.

Parameters:
message - the detailed reason of the exception

Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.