|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xenonsoft.bridgetown.aop.InterceptionWeaveException
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.
| 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 |
public InterceptionWeaveException()
public InterceptionWeaveException(java.lang.String message)
message - the message to reportpublic InterceptionWeaveException(java.lang.Throwable cause)
cause - the root cause
public InterceptionWeaveException(java.lang.String message,
java.lang.Throwable cause)
message - the message to reportcause - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||