org.shept.org.springframework.web.servlet.mvc.delegation.configuration
Class ChainConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.shept.org.springframework.web.servlet.mvc.delegation.configuration.ChainConfigurationException
All Implemented Interfaces:
Serializable

public class ChainConfigurationException
extends org.springframework.core.NestedRuntimeException

Author:
lucid64
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ChainConfigurationException(String msg)
           
ChainConfigurationException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ChainConfigurationException

public ChainConfigurationException(String msg)

ChainConfigurationException

public ChainConfigurationException(String msg,
                                   Throwable cause)


Copyright © 2011. All Rights Reserved.