com.ionetrics.lib.annotatorcomm
Class CommandDependentStatusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.ionetrics.lib.annotatorcomm.CommandFailedException
                  extended by com.ionetrics.lib.annotatorcomm.CommandDependentStatusException
All Implemented Interfaces:
java.io.Serializable

public class CommandDependentStatusException
extends CommandFailedException

A CommandDependentStatusException indicates an CommandFailedException condition where the default status codes are not used.

See Also:
Serialized Form

Constructor Summary
CommandDependentStatusException(byte status)
          Construct a CommandDependentStatusException.
 
Method Summary
 
Methods inherited from class com.ionetrics.lib.annotatorcomm.CommandFailedException
getStatus
 
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

CommandDependentStatusException

public CommandDependentStatusException(byte status)
Construct a CommandDependentStatusException.

Parameters:
status - status code


Copyright © 2006 Ionetrics Corp. All Rights Reserved.