public class InsufficientPermissionException extends RuntimeException
RuntimeException to indicate insufficient permissions for an
action; for example wtiting to a file, accessing a device resource etc.| Constructor and Description |
|---|
InsufficientPermissionException(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InsufficientPermissionException(String msg)
Copyright © 2019. All rights reserved.