Package org.aopalliance.instrument
Class UndoNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aopalliance.instrument.UndoNotSupportedException
- All Implemented Interfaces:
Serializable
The exception that is raised when the client program tries to undo
an instrumentation and when current implementation does not support
it.
Undoing is implemented by the Instrumentor.undo(Instrumentation)
method.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUndoNotSupportedException
(Instrumentation instrumentation) Sets a generic exception message for an instrumentation. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndoNotSupportedException
Sets a generic exception message for an instrumentation.
-