SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

com.solarmetric.manage
Class BrokenConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.commons.lang.exception.NestableRuntimeException
                          |
                          +--com.solarmetric.manage.BrokenConnectionException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, Serializable

public class BrokenConnectionException
extends org.apache.commons.lang.exception.NestableRuntimeException

Exception indicating problem with manager client/server communication problems.

See Also:
Serialized Form

Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
Constructor Summary
BrokenConnectionException(String msg)
           
BrokenConnectionException(String msg, Throwable t)
           
BrokenConnectionException(Throwable t)
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrokenConnectionException

public BrokenConnectionException(String msg)

BrokenConnectionException

public BrokenConnectionException(Throwable t)

BrokenConnectionException

public BrokenConnectionException(String msg,
                                 Throwable t)

SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.