jSyncManager

org.jSyncManager.API.Protocol
Class PADP_PacketTooBigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jSyncManager.API.Protocol.PADP_PacketTooBigException
All Implemented Interfaces:
java.io.Serializable

public class PADP_PacketTooBigException
extends java.lang.Exception

The PADP_PacketTooBigException class. This exeception is generated when a received PADP packet is too big to be transmitted.

Version:
$Revision: 1.5 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/04/23 00:22:50 $.
See Also:
Serialized Form

Constructor Summary
PADP_PacketTooBigException()
          Constructs a new PADP_PacketTooBigException object.
PADP_PacketTooBigException(java.lang.String s)
          Constructs a new PADP_PacketTooBigException 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_PacketTooBigException

public PADP_PacketTooBigException()
Constructs a new PADP_PacketTooBigException object.

PADP_PacketTooBigException

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

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.