This project has retired. For details please refer to its
Attic page.
InvalidConfigurationException
org.apache.maven.archiva.configuration
Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.archiva.configuration.InvalidConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidConfigurationException
- extends java.lang.Exception
An error in the configuration.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getName()
|
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 |
InvalidConfigurationException
public InvalidConfigurationException(java.lang.String name,
java.lang.String message)
InvalidConfigurationException
public InvalidConfigurationException(java.lang.String name,
java.lang.String message,
java.lang.Throwable cause)
getName
public java.lang.String getName()