public class UnknownAdviceTypeException
extends java.lang.IllegalArgumentException
Advice
,
Advisor
,
Serialized FormConstructor and Description |
---|
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.
|
public UnknownAdviceTypeException(java.lang.Object advice)
advice
- the advice object of unknown typepublic UnknownAdviceTypeException(java.lang.String message)
message
- the message text