public class NoMatchingAdviceException extends RuntimeException
If your application is throwing this exception, you can either:
Constructor and Description |
---|
NoMatchingAdviceException(AdviceMethodProperties adviceProperties,
AdviceType adviceType,
String message)
Constructor.
|
NoMatchingAdviceException(Class<?> aspectClass,
String adviceName)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoMatchingAdviceException(AdviceMethodProperties adviceProperties, AdviceType adviceType, String message)
adviceProperties
- properties of the queried adviceadviceType
- the type of the queried advicemessage
- message explaining why no matching advice was foundCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.