org.apache.avalon.repository
Class RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.repository.RepositoryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MetaException
- public class RepositoryException
- extends Exception
Exception to indicate that there was a repository related error.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/12/04 19:34:29 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
RepositoryException
public RepositoryException(String message)
- Construct a new
RepositoryException
instance.
- Parameters:
message
- The detail message for this exception.
RepositoryException
public RepositoryException(String message,
Throwable cause)
- Construct a new
RepositoryException
instance.
- Parameters:
message
- The detail message for this exception.cause
- the root cause of the exception
getCause
public Throwable getCause()
- Return the causal exception.
- Returns:
- the causal exception (possibly null)
Copyright © Apache Software Foundation. All Rights Reserved.