Package io.micronaut.aop.exceptions
Class UnimplementedAdviceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- io.micronaut.aop.exceptions.UnimplementedAdviceException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnimplementedAdviceException extends java.lang.UnsupportedOperationException
An exception thrown whenIntroduction
advise cannot be implemented.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnimplementedAdviceException(io.micronaut.inject.ExecutableMethod<?,?> method)
Constructor.
-