org.hd.d.pg2k.svrCore
Class PGMasterNotInServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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/.
 
Constructor Summary
PGMasterNotInServiceException()
           
PGMasterNotInServiceException(java.lang.String msg)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Unique Serialisation class ID generated by http://random.hd.org/.

See Also:
Constant Field Values
Constructor Detail

PGMasterNotInServiceException

public PGMasterNotInServiceException()

PGMasterNotInServiceException

public PGMasterNotInServiceException(java.lang.String msg)

DHD Multimedia Gallery V1.57.21

Copyright (c) 1996-2011, Damon Hart-Davis. All rights reserved.