CLRA 0.1.2

com.clra.rowing
Class RowingSessionStateException

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

public class RowingSessionStateException
extends Exception

Indicates an error during retrieval or storage of Rowing data.

Version:
$Id: RowingSessionStateException.java,v 1.2 2002/02/18 18:05:01 rphall Exp $
Author:
Rick Hall
See Also:
Serialized Form

Constructor Summary
RowingSessionStateException()
           
RowingSessionStateException(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

RowingSessionStateException

public RowingSessionStateException()

RowingSessionStateException

public RowingSessionStateException(String msg)

CLRA 0.1.2