类 UnknownAdviceTypeException

所有已实现的接口:
Serializable

public class UnknownAdviceTypeException extends IllegalArgumentException
Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
作者:
Rod Johnson, Juergen Hoeller, TODAY 2021/2/1 19:14
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • UnknownAdviceTypeException

      public UnknownAdviceTypeException(Object advice)
      Create a new UnknownAdviceTypeException for the given advice object. Will create a message text that says that the object is neither a subinterface of Advice nor an Advisor.
      参数:
      advice - the advice object of unknown type
    • UnknownAdviceTypeException

      public UnknownAdviceTypeException(String message)
      Create a new UnknownAdviceTypeException with the given message.
      参数:
      message - the message text