Package com.install4j.api.context
Class NotSupportedInElevationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.install4j.api.context.NotSupportedInElevationException
- All Implemented Interfaces:
Serializable
Exception that is thrown if a method is called that is not supported for elevated actions.
Actions are elevated if their "Action elevation" type results to "Elevate to maximum available privileges" and
the "Request privileges" action has started an elevated helper process.
This exception is always declared in method signatures in the API.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotSupportedInElevationException
public NotSupportedInElevationException()
-