ch.interlis.ilirepository.impl
Class RepositoryAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.interlis.ilirepository.impl.RepositoryAccessException
All Implemented Interfaces:
java.io.Serializable

public class RepositoryAccessException
extends java.lang.Exception

Helper to handle exceptions of remote access.

See Also:
Serialized Form

Constructor Summary
RepositoryAccessException()
           
RepositoryAccessException(java.lang.String arg0)
           
RepositoryAccessException(java.lang.String arg0, java.lang.Throwable arg1)
           
RepositoryAccessException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryAccessException

public RepositoryAccessException()

RepositoryAccessException

public RepositoryAccessException(java.lang.String arg0)

RepositoryAccessException

public RepositoryAccessException(java.lang.Throwable arg0)

RepositoryAccessException

public RepositoryAccessException(java.lang.String arg0,
                                 java.lang.Throwable arg1)