com.dynalivery.harmoni
Class HarmoniConfigServerError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.harmoni.HarmoniError
                    |
                    +--com.dynalivery.harmoni.HarmoniServiceError
                          |
                          +--com.dynalivery.harmoni.HarmoniConfigServerError

public class HarmoniConfigServerError
extends HarmoniServiceError

This exception is thrown if an error is thrown during the remote call to a config server. For example a CORBA System Exception.

See Also:
Serialized Form

Fields inherited from class com.dynalivery.harmoni.HarmoniError
errorCode, errorKind, errorText
 
Constructor Summary
HarmoniConfigServerError(java.lang.String text)
          Creates new HarmoniConfigError
 
Methods inherited from class com.dynalivery.harmoni.HarmoniServiceError
Report, Throw
 
Methods inherited from class com.dynalivery.harmoni.HarmoniError
getCode, getKind, getText
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HarmoniConfigServerError

public HarmoniConfigServerError(java.lang.String text)
Creates new HarmoniConfigError