|
Spring Framework | ||||||||
| 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
java.lang.IllegalArgumentException
org.springframework.aop.framework.adapter.UnknownAdviceTypeException
public class UnknownAdviceTypeException
Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
Advice,
Advisor,
Serialized Form| Constructor Summary | |
|---|---|
UnknownAdviceTypeException(java.lang.Object advice)
Create a new UnknownAdviceTypeException for the given advice object. |
|
UnknownAdviceTypeException(java.lang.String message)
Create a new UnknownAdviceTypeException with the given message. |
|
| 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 |
|---|
public UnknownAdviceTypeException(java.lang.Object advice)
advice - the advice object of unknown typepublic UnknownAdviceTypeException(java.lang.String message)
message - the message text
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||