org.apache.aries.proxy.impl.gen
Class UnableToLoadProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.aries.proxy.UnableToProxyException
              extended by org.apache.aries.proxy.impl.gen.UnableToLoadProxyException
All Implemented Interfaces:
java.io.Serializable

public class UnableToLoadProxyException
extends UnableToProxyException

See Also:
Serialized Form

Constructor Summary
UnableToLoadProxyException(java.lang.String className, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class org.apache.aries.proxy.UnableToProxyException
getClassName
 
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

UnableToLoadProxyException

public UnableToLoadProxyException(java.lang.String className,
                                  java.lang.Exception e)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.