org.apache.webbeans.proxy
Class ProxyGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.webbeans.proxy.ProxyGenerationException
All Implemented Interfaces:
Serializable

public class ProxyGenerationException
extends RuntimeException

Exceptions which might happen during proxy creation.

See Also:
Serialized Form

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

ProxyGenerationException

public ProxyGenerationException(Throwable cause)

ProxyGenerationException

public ProxyGenerationException(String message,
                                Throwable cause)


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.