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