com.ibm.manplato.Protocol
Class PADP_QueueOverrunException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.manplato.Protocol.PADP_QueueOverrunException
All Implemented Interfaces:
java.io.Serializable

public class PADP_QueueOverrunException
extends java.lang.Exception

The PADP_QueueOverrunException class. This exeception is generated when the PADP packet incoming queue is overrun.

Version:
$Rev$-$Date: 2001/03/15 16:55:32 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $
See Also:
Serialized Form

Constructor Summary
PADP_QueueOverrunException()
          Constructs a new PADP_QueueOverrunException object.
PADP_QueueOverrunException(java.lang.String s)
          Constructs a new PADP_QueueOverrunException object with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PADP_QueueOverrunException

public PADP_QueueOverrunException()
Constructs a new PADP_QueueOverrunException object.

PADP_QueueOverrunException

public PADP_QueueOverrunException(java.lang.String s)
Constructs a new PADP_QueueOverrunException object with the given message.
Parameters:
s - a String containing the exeception message text.