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.1.1.1 $ $Date: 2003/12/04 19:34:56 $
- 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 © Apache Software Foundation. All Rights Reserved.