cvm.ncb.handlers.exception
Class PartyNotAddedException

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

public class PartyNotAddedException
extends java.lang.Exception

This exception occurs when the adding of a party fails.

Author:
Frank Hernandez
See Also:
Serialized Form

Constructor Summary
PartyNotAddedException(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

PartyNotAddedException

public PartyNotAddedException(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