Class java.telephony.PrivilegeViolationException
All Packages Class Hierarchy This Package Previous Next Index
Class java.telephony.PrivilegeViolationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.telephony.PrivilegeViolationException
- public class PrivilegeViolationException
- extends Exception
An action on or related to a certain object failed because the application
did not have proper security permissions to execute that command.
-
DESTINATION_VIOLATION
- A privilege violation occurred on the destination
-
ORIGINATOR_VIOLATION
- A privilege violation occurred on the originator
-
PrivilegeViolationException(int)
- Constructor, take a type but no string.
-
PrivilegeViolationException(int, String)
- Constructor, takes a type and a string.
-
getType()
- Returns the type.
ORIGINATOR_VIOLATION
public final static int ORIGINATOR_VIOLATION
- A privilege violation occurred on the originator
DESTINATION_VIOLATION
public final static int DESTINATION_VIOLATION
- A privilege violation occurred on the destination
PrivilegeViolationException
public PrivilegeViolationException(int type)
- Constructor, take a type but no string.
PrivilegeViolationException
public PrivilegeViolationException(int type,
String s)
- Constructor, takes a type and a string.
getType
public int getType()
- Returns the type.
All Packages Class Hierarchy This Package Previous Next Index