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

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

public class ProxyClassDefinitionException
extends UnableToProxyException

See Also:
Serialized Form

Constructor Summary
ProxyClassDefinitionException(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

ProxyClassDefinitionException

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


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