org.apache.archiva.configuration
Class InvalidConfigurationException

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

public class InvalidConfigurationException
extends Exception

An error in the configuration.

See Also:
Serialized Form

Field Summary
private  String name
           
 
Constructor Summary
InvalidConfigurationException(String name, String message)
           
InvalidConfigurationException(String name, String message, Throwable cause)
           
 
Method Summary
 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
 

Field Detail

name

private final String name
Constructor Detail

InvalidConfigurationException

public InvalidConfigurationException(String name,
                                     String message)

InvalidConfigurationException

public InvalidConfigurationException(String name,
                                     String message,
                                     Throwable cause)
Method Detail

getName

public String getName()


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