CLRA 0.1.2

com.clra.rowing
Class ParticipantStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.clra.rowing.ParticipantStateException
All Implemented Interfaces:
Serializable

public class ParticipantStateException
extends Exception

Indicates an error during retrieval or storage of Participant data.

Version:
$Id: ParticipantStateException.java,v 1.2 2002/02/18 18:04:46 rphall Exp $
Author:
Rick Hall
See Also:
Serialized Form

Constructor Summary
ParticipantStateException()
           
ParticipantStateException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParticipantStateException

public ParticipantStateException()

ParticipantStateException

public ParticipantStateException(String msg)

CLRA 0.1.2