com.xenonsoft.bridgetown.aop
Class InterceptionWeaveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.xenonsoft.bridgetown.aop.InterceptionWeaveException
All Implemented Interfaces:
java.io.Serializable

public class InterceptionWeaveException
extends java.lang.RuntimeException

A root unchecked exception for a failures that are interception related, for instance if a proxy bean builder or a method interceptor cannot weave the correct behaviour in and around a targeted method.

Version:
$Id: InterceptionWeaveException.java,v 1.2 2005/02/23 01:28:14 peter_pilgrim Exp $
Author:
Peter Pilgrim, 27-Oct-2004 08:59:37
See Also:
Serialized Form

Constructor Summary
InterceptionWeaveException()
          Default constructor
InterceptionWeaveException(java.lang.String message)
          Standard constructor
InterceptionWeaveException(java.lang.String message, java.lang.Throwable cause)
          Standard constructor
InterceptionWeaveException(java.lang.Throwable cause)
          Standard constructor
 
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

InterceptionWeaveException

public InterceptionWeaveException()
Default constructor


InterceptionWeaveException

public InterceptionWeaveException(java.lang.String message)
Standard constructor

Parameters:
message - the message to report

InterceptionWeaveException

public InterceptionWeaveException(java.lang.Throwable cause)
Standard constructor

Parameters:
cause - the root cause

InterceptionWeaveException

public InterceptionWeaveException(java.lang.String message,
                                  java.lang.Throwable cause)
Standard constructor

Parameters:
message - the message to report
cause - the root cause


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.