Package dalvik.system

Class BlockGuard.BlockGuardPolicyException

    • Constructor Detail

      • BlockGuardPolicyException

        public BlockGuardPolicyException​(int policyState,
                                         int policyViolated)
      • BlockGuardPolicyException

        public BlockGuardPolicyException​(int policyState,
                                         int policyViolated,
                                         String message)
    • Method Detail

      • getPolicy

        public int getPolicy()
      • getPolicyViolation

        public int getPolicyViolation()
      • getMessage

        public String getMessage()
        Description copied from class: Throwable
        Returns the detail message which was provided when this Throwable was created. Returns null if no message was provided at creation time.
        Overrides:
        getMessage in class Throwable