com.racersystems.jracer
Class RacerClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.racersystems.jracer.RacerClientException
All Implemented Interfaces:
java.io.Serializable

public class RacerClientException
extends java.lang.Exception

RacerClientException encapsulates all exceptions that may occur during the interaction of a racer client with a racer server

Author:
AK
See Also:
Serialized Form

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

RacerClientException

public RacerClientException(java.lang.String racerError)