org.hd.d.pg2k.svrCore
Class PGMasterNotInServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.hd.d.pg2k.svrCore.PGMasterNotInServiceException
- All Implemented Interfaces:
- java.io.Serializable
public class PGMasterNotInServiceException
- extends java.io.IOException
Thrown to indicate that the master system is not available.
When the master's databases are in an uncertain state, eg
before any data has been loaded after a fresh deployment,
this exception is thrown by most attempts to fetch exhibit or
config data from the server.
This extends IOException so that errors resulting from
communication problems can be handled in the same way.
- See Also:
- Serialized Form
|
Field Summary |
private static long |
serialVersionUID
Unique Serialisation class ID generated by http://random.hd.org/. |
| 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 |
serialVersionUID
private static final long serialVersionUID
- Unique Serialisation class ID generated by http://random.hd.org/.
- See Also:
- Constant Field Values
PGMasterNotInServiceException
public PGMasterNotInServiceException()
PGMasterNotInServiceException
public PGMasterNotInServiceException(java.lang.String msg)
Copyright (c) 1996-2011, Damon Hart-Davis. All rights reserved.