org.apache.archiva.converter
Class RepositoryConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.archiva.converter.RepositoryConversionException
All Implemented Interfaces:
Serializable

public class RepositoryConversionException
extends Exception

Exception occuring during repository conversion.

See Also:
Serialized Form

Constructor Summary
RepositoryConversionException(String message)
           
RepositoryConversionException(String message, Throwable cause)
           
 
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

RepositoryConversionException

public RepositoryConversionException(String message)

RepositoryConversionException

public RepositoryConversionException(String message,
                                     Throwable cause)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.