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

org.apache.maven.archiva.configuration
Class ConfigurationRuntimeException

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

public class ConfigurationRuntimeException
extends java.lang.RuntimeException

Unrecoverable exception in the configuration mechanism that is the result of a programming error.

See Also:
Serialized Form

Constructor Summary
ConfigurationRuntimeException(java.lang.String msg, java.lang.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

ConfigurationRuntimeException

public ConfigurationRuntimeException(java.lang.String msg,
                                     java.lang.Throwable cause)