ParkNPark.interfaces
Class InvalidSequenceNumberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by ParkNPark.interfaces.InvalidSequenceNumberException
All Implemented Interfaces:
Serializable, IDLEntity

public final class InvalidSequenceNumberException
extends UserException

Thrown when the client's sequence number is less than what the server expected [Category: Dependability; Requirement: 2]

See Also:
Serialized Form

Field Summary
 int clientID
          ID of the client
 int seq
          Sequence number that is not valid
 
Constructor Summary
InvalidSequenceNumberException()
           
InvalidSequenceNumberException(int _clientID, int _seq)
           
InvalidSequenceNumberException(String $reason, int _clientID, int _seq)
           
 
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
 

Field Detail

clientID

public int clientID
ID of the client


seq

public int seq
Sequence number that is not valid

Constructor Detail

InvalidSequenceNumberException

public InvalidSequenceNumberException()

InvalidSequenceNumberException

public InvalidSequenceNumberException(int _clientID,
                                      int _seq)

InvalidSequenceNumberException

public InvalidSequenceNumberException(String $reason,
                                      int _clientID,
                                      int _seq)