amber.server.exception
Class MissingResponseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--amber.server.exception.AmberException
                    |
                    +--amber.server.exception.ComponentHandlerException
                          |
                          +--amber.server.exception.MissingResponseException
All Implemented Interfaces:
java.io.Serializable

public class MissingResponseException
extends ComponentHandlerException

This exception occurs when an expected response packet is not received.

Version:
1.0.0
Author:
Dr. David J. Knowles
See Also:
ComponentHandler, ComponentHandlerException, Serialized Form

Constructor Summary
MissingResponseException(int errorCode)
           
MissingResponseException(java.lang.String msg)
           
MissingResponseException(java.lang.String msg, int errorCode)
           
MissingResponseException(java.lang.String msg, int errorCode, java.lang.Throwable ex)
           
MissingResponseException(java.lang.String msg, java.lang.Throwable ex)
           
 
Methods inherited from class amber.server.exception.AmberException
addException, getErrorCode, getPriorException, printStackTrace, printStackTrace, printStackTrace, setErrorCode
 
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
 

Constructor Detail

MissingResponseException

public MissingResponseException(java.lang.String msg)

MissingResponseException

public MissingResponseException(int errorCode)

MissingResponseException

public MissingResponseException(java.lang.String msg,
                                java.lang.Throwable ex)

MissingResponseException

public MissingResponseException(java.lang.String msg,
                                int errorCode)

MissingResponseException

public MissingResponseException(java.lang.String msg,
                                int errorCode,
                                java.lang.Throwable ex)


Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.