com.arjuna.mw.wst.exceptions
Class UnknownParticipantException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.arjuna.mw.wst.exceptions.UnknownParticipantException
All Implemented Interfaces:
java.io.Serializable

public class UnknownParticipantException
extends java.lang.Exception

Thrown if the transaction is unknown.

Since:
1.0.
Version:
$Id: UnknownParticipantException.java,v 1.3 2004/03/15 13:25:16 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
See Also:
Serialized Form

Constructor Summary
UnknownParticipantException()
           
UnknownParticipantException(java.lang.String s)
           
 
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
 

Constructor Detail

UnknownParticipantException

public UnknownParticipantException()

UnknownParticipantException

public UnknownParticipantException(java.lang.String s)