org.figure8.join.services.repository
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.figure8.join.services.repository.RepositoryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionException, TransferException

public class RepositoryException
extends java.lang.Exception

Base class for repository related exceptions.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
RepositoryException(java.lang.String msg)
          Creates a new instance of RepositoryException.
RepositoryException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new instance of RepositoryException.
RepositoryException(java.lang.Throwable cause)
          Creates a new instance of RepositoryException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryException

public RepositoryException(java.lang.String msg)
Creates a new instance of RepositoryException.

Parameters:
msg - Message for this exception

RepositoryException

public RepositoryException(java.lang.Throwable cause)
Creates a new instance of RepositoryException.

Parameters:
cause - Root throwable for this exception

RepositoryException

public RepositoryException(java.lang.String msg,
                           java.lang.Throwable cause)
Creates a new instance of RepositoryException.

Parameters:
msg - Message for this exception
cause - Root throwable for this exception


Copyright © 2005-2008 Join. All Rights Reserved.