|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.avaya.conferencing.api.acp.control.exceptions.OperationExecutionException
com.avaya.conferencing.api.acp.control.exceptions.InsufficientPermissionsException
public class InsufficientPermissionsException
Thrown if an attempt is made to execute an Operation that the authenticated executor does not have authorization for.
| Constructor Summary | |
|---|---|
InsufficientPermissionsException()
Constructs a new InsufficientPermissionsException. |
|
InsufficientPermissionsException(java.lang.String message)
Constructs a new InsufficientPermissionsException. |
|
InsufficientPermissionsException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new InsufficientPermissionsException. |
|
InsufficientPermissionsException(java.lang.Throwable cause)
Constructs a new InsufficientPermissionsException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InsufficientPermissionsException()
public InsufficientPermissionsException(java.lang.String message)
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.public InsufficientPermissionsException(java.lang.Throwable cause)
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A
null value is permitted, and indicates that the cause is nonexistent or unknown.)
public InsufficientPermissionsException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A
null value is permitted, and indicates that the cause is nonexistent or unknown.)
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||