org.apache.maven.continuum.configuration
Class ConfigurationLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.continuum.configuration.ConfigurationLoadingException
All Implemented Interfaces:
Serializable

public class ConfigurationLoadingException
extends Exception

Version:
$Id: ConfigurationLoadingException.java 1372260 2012-08-13 04:29:09Z brett $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ConfigurationLoadingException(String message)
           
ConfigurationLoadingException(String message, Throwable cause)
           
ConfigurationLoadingException(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

ConfigurationLoadingException

public ConfigurationLoadingException(String message)

ConfigurationLoadingException

public ConfigurationLoadingException(Throwable cause)

ConfigurationLoadingException

public ConfigurationLoadingException(String message,
                                     Throwable cause)


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