This project has retired. For details please refer to its
Attic page.
ConfigurationRuntimeException
org.apache.maven.archiva.configuration
Class ConfigurationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
ConfigurationRuntimeException
public ConfigurationRuntimeException(java.lang.String msg,
java.lang.Throwable cause)