Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotSupportedInElevationException

        public NotSupportedInElevationException()