public class UnknownAdviceTypeException extends IllegalArgumentException
| 构造器和说明 |
|---|
UnknownAdviceTypeException(Object advice)
Create a new UnknownAdviceTypeException for the given advice object.
|
UnknownAdviceTypeException(String message)
Create a new UnknownAdviceTypeException with the given message.
|
public UnknownAdviceTypeException(Object advice)
advice - the advice object of unknown typepublic UnknownAdviceTypeException(String message)
message - the message text