org.apache.avalon.repository.meta
Class MetaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.repository.RepositoryException
org.apache.avalon.repository.meta.MetaException
- All Implemented Interfaces:
- Serializable
- public class MetaException
- extends RepositoryException
Exception to indicate that there was a repository related meta error.
- Version:
- $Revision: 1.2 $ $Date: 2004/01/24 23:20:05 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
MetaException
public MetaException(String message)
- Construct a new
MetaException
instance.
- Parameters:
message
- The detail message for this exception.
MetaException
public MetaException(String message,
Throwable cause)
- Construct a new
MetaException
instance.
- Parameters:
message
- The detail message for this exception.cause
- the root cause of the exception
Copyright © The Apache Software Foundation. All Rights Reserved.