|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.foxsmart.csu.UnrecognizedCommandException
public class UnrecognizedCommandException
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.
| 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 |
|---|
public UnrecognizedCommandException()
public UnrecognizedCommandException(java.lang.String message)
message - The message to include in the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||