com.foxsmart.csu
Class UnrecognizedCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.foxsmart.csu.UnrecognizedCommandException
All Implemented Interfaces:
java.io.Serializable

public class UnrecognizedCommandException
extends java.lang.Exception

This exception is thrown when a command is issued to the router and the router does not recognize the command. This could be because the command is invalid or possibly because the logged in user does not have the proper access to issue the command.

See Also:
Serialized Form

Constructor Summary
UnrecognizedCommandException()
          Constructs a new unrecognized command exception with no message.
UnrecognizedCommandException(java.lang.String message)
          Constructs a new unrecognized command exception.
 
Method Summary
 
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

UnrecognizedCommandException

public UnrecognizedCommandException()
Constructs a new unrecognized command exception with no message.


UnrecognizedCommandException

public UnrecognizedCommandException(java.lang.String message)
Constructs a new unrecognized command exception.

Parameters:
message - The message to include in the exception.


Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.