Class NotSupportedInElevationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.install4j.api.context.NotSupportedInElevationException
All Implemented Interfaces:
Serializable

public class NotSupportedInElevationException extends 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:
  • Constructor Details

    • NotSupportedInElevationException

      public NotSupportedInElevationException()