KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > PrivilegeViolationException

javax.telephony
Class PrivilegeViolationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.telephony.PrivilegeViolationException

public static final int DESTINATION_VIOLATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ORIGINATOR_VIOLATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrivilegeViolationException(int type)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrivilegeViolationException(int type,
                                   java.lang.String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UNKNOWN_VIOLATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags