public class UnknownAdviceTypeException extends IllegalArgumentException
Advice, 
Advisor, 
Serialized Form| Constructor and Description | 
|---|
| UnknownAdviceTypeException(Object advice)Create a new UnknownAdviceTypeException for the given advice object. | 
| UnknownAdviceTypeException(String message)Create a new UnknownAdviceTypeException with the given message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownAdviceTypeException(Object advice)
advice - the advice object of unknown typepublic UnknownAdviceTypeException(String message)
message - the message text