com.partnersoft.v3x.apps.Staker.server
Class HubVersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.partnersoft.v3x.apps.Staker.server.JobLibraryException
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
| 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 |
HubVersionMismatchException
public HubVersionMismatchException(java.lang.String message)
HubVersionMismatchException
public HubVersionMismatchException()
HubVersionMismatchException
public HubVersionMismatchException(long hubVersion,
long clientVersion)