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:
java.io.Serializable
public class NotSupportedInElevationException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotSupportedInElevationException()
-