Top "Securityexception" questions

SecurityException indicates a security violation and is thrown when a security error is detected.

Java SecurityException: signer information does not match

I recompiled my classes as usual, and suddenly got the following error message. Why? How can I fix it? java.…

java certificate securityexception
Android: java.lang.SecurityException: Permission Denial: start Intent

I have created an application containing GWVectraNotifier activity which is called from other applications to display Notification. In the Notification …

android permissions securityexception
The source was not found, but some or all event logs could not be searched

I am getting the following exception. I have given full control to Asp.net account on Eventlogs in Registry edit. […

c# .net windows-7 event-log securityexception
Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "https://localhost"

I am facing below issue while trying to capture click events of G + follow button. Uncaught SecurityError: Failed to read …

javascript securityexception
Security Exception (The application attempted to perform an operation not allowed by the security policy) )

we're having as issue with the following security exception when we attempt to open our admin login page. Security Exception …

iis securityexception full-trust
SecurityException with grantUriPermission when sharing a file with FileProvider

I have two applications. I'm trying to share a file from application A to application B using a FileProvider. Application …

android permissions securityexception android-fileprovider
Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes

Exception in thread "main" java.lang.SecurityException: Invalid signature file d igest for Manifest main attributes at sun.security.util.…

java maven securityexception
Some users gets Security Exception: Attempted to to open a sandboxed jar as a Trusted-Library

We use applet on our application login page. Applet contains 2 classes. Jar is signed (ca certificate). Manifest file contains: "Trusted-Library: …

java securityexception
Permission Denial: not allowed to send broadcast android.intent.action.AIRPLANE_MODE

I am trying to programmatically set the aeroplane mode on. Settings.System.putInt(context.getContentResolver(), Settings.Global.AIRPLANE_MODE_ON, 1); …

android broadcast securityexception
java.lang.SecurityException: class "XYZ"'s signer information does not match signer information of other classes in the same package

I have an applet which runs in a browser and is called from Javascript. There are 2 classes: PortalLauncher and ParamSplitter …

java applet securityexception