com.sybase.uep.bobclient.sync
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sybase.uep.bobclient.sync.RepositoryException

public class RepositoryException
extends java.lang.Exception


Constructor Summary
RepositoryException()
           
RepositoryException(java.lang.Exception exception)
           
RepositoryException(java.lang.String msg)
           
RepositoryException(java.lang.String msg, java.lang.Exception exception)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryException

public RepositoryException()

RepositoryException

public RepositoryException(java.lang.String msg)

RepositoryException

public RepositoryException(java.lang.Exception exception)

RepositoryException

public RepositoryException(java.lang.String msg,
                           java.lang.Exception exception)
Method Detail

getException

public java.lang.Exception getException()