amber.server.exception
Class ComponentHandlerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--amber.server.exception.AmberException
|
+--amber.server.exception.ComponentHandlerException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MethodInvalidException, MissingResponseException, UnknownCommandException
- public class ComponentHandlerException
- extends AmberException
This class handles the requirements for exceptions created by the ComponentHandler
classes.
- Version:
- 1.0.0
- Author:
- Dr. David J. Knowles
- See Also:
ComponentHandler, 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 |
ComponentHandlerException
public ComponentHandlerException(java.lang.String msg)
ComponentHandlerException
public ComponentHandlerException(int errorCode)
ComponentHandlerException
public ComponentHandlerException(java.lang.String msg,
java.lang.Throwable ex)
ComponentHandlerException
public ComponentHandlerException(java.lang.String msg,
int errorCode)
ComponentHandlerException
public ComponentHandlerException(java.lang.String msg,
int errorCode,
java.lang.Throwable ex)
Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.