Class NotInvokedInBuddyDelegateException

All Implemented Interfaces:
Serializable

public class NotInvokedInBuddyDelegateException extends TentackleRuntimeException
Exception thrown when an implementation is not invoked in buddy delegate.
Should be used in unused method body to avoid direct invocation without interceptor.
Author:
harald
See Also:
  • Constructor Details

    • NotInvokedInBuddyDelegateException

      public NotInvokedInBuddyDelegateException()
      Creates an exception with a default message.