org.biffle.cliff.pearl
Class NAKException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.biffle.cliff.pearl.PearlException
                    |
                    +--org.biffle.cliff.pearl.NAKException
All Implemented Interfaces:
java.io.Serializable

public class NAKException
extends PearlException

Thrown when the Pearl device replies to a command with a NAK message. This generally indicates that the device does not understand the command; if the device understand the command but cannot accept it in the current state, a normal response with an error status is returned.

See Also:
Serialized Form

Constructor Summary
NAKException(int message)
          Creates a new NAKException.
 
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

NAKException

public NAKException(int message)
Creates a new NAKException.