com.genesyslab.ail.exception
Class NoOtherInteractionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.genesyslab.ail.exception.RequestFailedException
              extended by com.genesyslab.ail.exception.PreconditionException
                  extended by com.genesyslab.ail.exception.NoOtherInteractionException
All Implemented Interfaces:
java.io.Serializable

public class NoOtherInteractionException
extends PreconditionException

Exception thrown when an action on an Interaction requires another Interaction be present on the same Dn, yet there is no other Interaction.

See Also:
InteractionVoice, Serialized Form

Constructor Summary
NoOtherInteractionException(java.lang.String comment)
          Constructor for this exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoOtherInteractionException

public NoOtherInteractionException(java.lang.String comment)
Constructor for this exception.

Parameters:
comment - the comment of the no other interaction failure.