org.jboss.weld.interceptor.util
Class InterceptorMetadataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.weld.interceptor.proxy.InterceptorException
                  extended by org.jboss.weld.interceptor.util.InterceptorMetadataException
All Implemented Interfaces:
Serializable

public class InterceptorMetadataException
extends InterceptorException

Author:
Marius Bogoevici
See Also:
Serialized Form

Constructor Summary
InterceptorMetadataException()
           
InterceptorMetadataException(String s)
           
InterceptorMetadataException(String s, Throwable throwable)
           
InterceptorMetadataException(Throwable throwable)
           
 
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

InterceptorMetadataException

public InterceptorMetadataException()

InterceptorMetadataException

public InterceptorMetadataException(String s)

InterceptorMetadataException

public InterceptorMetadataException(String s,
                                    Throwable throwable)

InterceptorMetadataException

public InterceptorMetadataException(Throwable throwable)


Copyright © 2013 Seam Framework. All Rights Reserved.