com.atlassian.spring.hosted
Class HostedOverrideNotAllowedException

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.springframework.beans.BeansException
                      extended by com.atlassian.spring.hosted.HostedOverrideNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class HostedOverrideNotAllowedException
extends org.springframework.beans.BeansException

Exception thrown when a hosted override tries to override a bean that isn't marked as being allowed to be overridden.

See Also:
Serialized Form

Constructor Summary
HostedOverrideNotAllowedException(java.lang.String bean, java.net.URL url)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostedOverrideNotAllowedException

public HostedOverrideNotAllowedException(java.lang.String bean,
                                         java.net.URL url)


Copyright © 2006-2011 Atlassian. All Rights Reserved.