This project has retired. For details please refer to its Attic page.
IndeterminateConfigurationException

org.apache.maven.archiva.configuration
Class IndeterminateConfigurationException

Package class diagram package IndeterminateConfigurationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.archiva.configuration.IndeterminateConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class IndeterminateConfigurationException
extends java.lang.Exception

Occurs when the configuration is stored in two locations and the save location can not be determined.

See Also:
Serialized Form

Constructor Summary
IndeterminateConfigurationException(java.lang.String message)
           
 
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

IndeterminateConfigurationException

public IndeterminateConfigurationException(java.lang.String message)