cvm.ncb.handlers.exception
Class PartyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cvm.ncb.handlers.exception.PartyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PartyNotFoundException
extends java.lang.Exception

This class represents an exception that is thrown when the program tries to remove a party that is not in the connection

Author:
Guangqiang Zhao
See Also:
Serialized Form

Constructor Summary
PartyNotFoundException(java.lang.String name)
           
 
Method Summary
 java.lang.String getPartyName()
          This method returns the name of the participant
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartyNotFoundException

public PartyNotFoundException(java.lang.String name)
Method Detail

getPartyName

public java.lang.String getPartyName()
This method returns the name of the participant

Returns:
the name of the participant