Class ProxyGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.webbeans.exception.ProxyGenerationException
All Implemented Interfaces:
Serializable, DescriptiveException

public class ProxyGenerationException extends RuntimeException implements DescriptiveException
Exceptions which might happen during proxy creation.
See Also:
  • Constructor Details

    • ProxyGenerationException

      public ProxyGenerationException()
    • ProxyGenerationException

      public ProxyGenerationException(String message)
    • ProxyGenerationException

      public ProxyGenerationException(Throwable cause)
    • ProxyGenerationException

      public ProxyGenerationException(String message, Throwable cause)
  • Method Details