org.apache.openejb.util.proxy
Class ProxyGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.util.proxy.ProxyGenerationException
All Implemented Interfaces:
java.io.Serializable

public class ProxyGenerationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ProxyGenerationException()
           
ProxyGenerationException(java.lang.String message)
           
ProxyGenerationException(java.lang.String message, java.lang.Throwable cause)
           
ProxyGenerationException(java.lang.Throwable cause)
           
 
Method Summary
 
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

ProxyGenerationException

public ProxyGenerationException()

ProxyGenerationException

public ProxyGenerationException(java.lang.String message)

ProxyGenerationException

public ProxyGenerationException(java.lang.Throwable cause)

ProxyGenerationException

public ProxyGenerationException(java.lang.String message,
                                java.lang.Throwable cause)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.