ca.idms.net
Class PacketSequenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ca.idms.net.PacketException
                  extended by ca.idms.net.PacketSequenceException
All Implemented Interfaces:
java.io.Serializable

public class PacketSequenceException
extends PacketException

Thrown to indicate that an unexpected type has been received. Generally this causes a NackPacket to be returned to the client.

Version:
1.00, 11/30/98
Author:
Dave Ross
See Also:
Serialized Form

Constructor Summary
PacketSequenceException()
          Constructs a new PacketSequenceException with no detail message.
PacketSequenceException(java.lang.String s)
          Constructs a new PacketSequenceException with the specified detail message.
 
Method Summary
 
Methods inherited from class ca.idms.net.PacketException
getDetailMessage, getError, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PacketSequenceException

public PacketSequenceException()
Constructs a new PacketSequenceException with no detail message.


PacketSequenceException

public PacketSequenceException(java.lang.String s)
Constructs a new PacketSequenceException with the specified detail message.

Parameters:
s - the detail message.


Copyright © 2009 CA, All rights reserved