amber.server.exception
Class UnknownCommandException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--amber.server.exception.AmberException
|
+--amber.server.exception.ComponentHandlerException
|
+--amber.server.exception.UnknownCommandException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnknownCommandException
- extends ComponentHandlerException
This exception occurs when the component handler code cannot determine what the
command code should do. This implies that the class is unable to determine
how to process the packet command received.
- Version:
- 1.0.0
- Author:
- Dr. David J. Knowles
- See Also:
ComponentHandler,
ComponentHandlerException, Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnknownCommandException
public UnknownCommandException(java.lang.String msg)
UnknownCommandException
public UnknownCommandException(int errorCode)
UnknownCommandException
public UnknownCommandException(java.lang.String msg,
java.lang.Throwable ex)
UnknownCommandException
public UnknownCommandException(java.lang.String msg,
int errorCode)
UnknownCommandException
public UnknownCommandException(java.lang.String msg,
int errorCode,
java.lang.Throwable ex)
Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.