org.apache.webbeans.exception
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.exception.ProxyGenerationException
All Implemented Interfaces:
Serializable, DescriptiveException

public class ProxyGenerationException
extends RuntimeException
implements DescriptiveException

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
 void addInformation(String additionalInformation)
          Add some additional information to the message.
 String getLocalizedMessage()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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)
Method Detail

addInformation

public void addInformation(String additionalInformation)
Description copied from interface: DescriptiveException
Add some additional information to the message.

Specified by:
addInformation in interface DescriptiveException

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable


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