org.jboss.weld.interceptor.proxy
Class InterceptorException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InterceptorMetadataException

public class InterceptorException
extends RuntimeException

Author:
Marius Bogoevici
See Also:
Serialized Form

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

InterceptorException

public InterceptorException()

InterceptorException

public InterceptorException(String s)

InterceptorException

public InterceptorException(String s,
                            Throwable throwable)

InterceptorException

public InterceptorException(Throwable throwable)


Copyright © 2013 Seam Framework. All Rights Reserved.