com.dynalivery.pcre
Class PCREConfigServerError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.pcre.PCREError
                    |
                    +--com.dynalivery.pcre.PCREServiceError
                          |
                          +--com.dynalivery.pcre.PCREConfigServerError

public class PCREConfigServerError
extends PCREServiceError

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.pcre.PCREError
errorCode, errorKind, errorText
 
Constructor Summary
PCREConfigServerError(java.lang.String text)
          Creates new PCREConfigError
 
Methods inherited from class com.dynalivery.pcre.PCREServiceError
Report, Throw
 
Methods inherited from class com.dynalivery.pcre.PCREError
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

PCREConfigServerError

public PCREConfigServerError(java.lang.String text)
Creates new PCREConfigError