com.dynalivery.pcre
Class RepositoryCommFailureException

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

public class RepositoryCommFailureException
extends PCREError

This exception is thrown if a corba system exception is thrown during corba communications with the repository proxy.

See Also:
Serialized Form

Fields inherited from class com.dynalivery.pcre.PCREError
errorCode, errorKind, errorText
 
Constructor Summary
RepositoryCommFailureException(java.lang.String errorMsg)
          Creates new RepositoryCommFailureException
 
Methods inherited from class com.dynalivery.pcre.PCREError
getCode, getKind, getText, Report, Throw
 
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

RepositoryCommFailureException

public RepositoryCommFailureException(java.lang.String errorMsg)
Creates new RepositoryCommFailureException