Oracle Java Wireless Client

com.oracle.deviceaccess
Class PeripheralTypeNotSupportedException

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

public class PeripheralTypeNotSupportedException
extends PeripheralException

Thrown to indicate permanent unavailability of the looked up peripheral. The corresponding peripheral type is not supported on the system.


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

PeripheralTypeNotSupportedException

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


PeripheralTypeNotSupportedException

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