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

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.ProxyClassInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class ProxyClassInstantiationException
extends UnableToProxyException

See Also:
Serialized Form

Constructor Summary
ProxyClassInstantiationException(java.lang.Class<?> clazz, 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

ProxyClassInstantiationException

public ProxyClassInstantiationException(java.lang.Class<?> clazz,
                                        java.lang.Exception e)


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