java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tentackle.common.TentackleRuntimeException
org.tentackle.pdo.NotInvokedInBuddyDelegateException
- All Implemented Interfaces:
Serializable
Exception thrown when an implementation is not invoked in buddy delegate.
Should be used in unused method body to avoid direct invocation without interceptor.
Should be used in unused method body to avoid direct invocation without interceptor.
- Author:
- harald
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates an exception with a default message. -
Method Summary
Methods inherited from class org.tentackle.common.TentackleRuntimeException
isTemporary, setTemporary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotInvokedInBuddyDelegateException
public NotInvokedInBuddyDelegateException()Creates an exception with a default message.
-