com.dynalivery.harmoni
Class InternalRepositoryException

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

public class InternalRepositoryException
extends HarmoniError

This exception is thrown in the event a internal repository error is encountered.

See Also:
Serialized Form

Fields inherited from class com.dynalivery.harmoni.HarmoniError
errorCode, errorKind, errorText
 
Constructor Summary
InternalRepositoryException(java.lang.String msg)
          Creates new InternalRepositoryException
 
Methods inherited from class com.dynalivery.harmoni.HarmoniError
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

InternalRepositoryException

public InternalRepositoryException(java.lang.String msg)
Creates new InternalRepositoryException