com.partnersoft.v3x.apps.Staker.server
Class HubVersionMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.partnersoft.v3x.apps.Staker.server.JobLibraryException
              extended by com.partnersoft.v3x.apps.Staker.server.HubVersionMismatchException
All Implemented Interfaces:
java.io.Serializable

public class HubVersionMismatchException
extends JobLibraryException

Special JobLibraryException to indicate that version numbers (usually actually the checksum from the Shared package checksum file) don't match, so the client<->server may not be talking the same data.

See Also:
Serialized Form

Constructor Summary
HubVersionMismatchException()
           
HubVersionMismatchException(long hubVersion, long clientVersion)
           
HubVersionMismatchException(java.lang.String message)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HubVersionMismatchException

public HubVersionMismatchException(java.lang.String message)

HubVersionMismatchException

public HubVersionMismatchException()

HubVersionMismatchException

public HubVersionMismatchException(long hubVersion,
                                   long clientVersion)