org.iids.aos.kernel.ac
Class ReplyPendingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iids.aos.kernel.ac.ReplyPendingException
All Implemented Interfaces:
java.io.Serializable

public class ReplyPendingException
extends java.lang.Exception

Internal exception thrown when there is data to be read while sending a shipment in fragments.

Author:
arno
See Also:
Serialized Form

Constructor Summary
ReplyPendingException()
          Creates a new instance of ReplyPendingException without detail message.
ReplyPendingException(java.lang.String msg)
          Constructs an instance of ReplyPendingException with the specified detail message.
 
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

ReplyPendingException

public ReplyPendingException()
Creates a new instance of ReplyPendingException without detail message.


ReplyPendingException

public ReplyPendingException(java.lang.String msg)
Constructs an instance of ReplyPendingException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.