Oracle Java Wireless Client

com.oracle.deviceaccess
Class PeripheralNotAvailableException

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

public class PeripheralNotAvailableException
extends PeripheralException

Thrown by an instance of Peripheral to indicate that an operation is attempted on a peripheral which is not (yet) available.


Constructor Summary
PeripheralNotAvailableException()
          Constructs a new PeripheralNotAvailableException instance with null as its detailed reason message.
PeripheralNotAvailableException(java.lang.String message)
          Constructs a new PeripheralNotAvailableException 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

PeripheralNotAvailableException

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


PeripheralNotAvailableException

public PeripheralNotAvailableException(java.lang.String message)
Constructs a new PeripheralNotAvailableException 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.