org.apache.avalon.repository.meta
Class MetaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.repository.RepositoryException
              extended byorg.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

Constructor Summary
MetaException(String message)
          Construct a new MetaException instance.
MetaException(String message, Throwable cause)
          Construct a new MetaException instance.
 
Methods inherited from class org.apache.avalon.repository.RepositoryException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

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.