Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control.exceptions
Class InsufficientPermissionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.avaya.conferencing.api.acp.control.exceptions.OperationExecutionException
                  extended by com.avaya.conferencing.api.acp.control.exceptions.InsufficientPermissionsException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientPermissionsException
extends OperationExecutionException

Thrown if an attempt is made to execute an Operation that the authenticated executor does not have authorization for.

Since:
5.1.0.0.29
See Also:
Serialized Form

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

InsufficientPermissionsException

public InsufficientPermissionsException()
Constructs a new InsufficientPermissionsException.

Since:
5.1.0.0.29

InsufficientPermissionsException

public InsufficientPermissionsException(java.lang.String message)
Constructs a new InsufficientPermissionsException.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
Since:
5.1.0.0.29

InsufficientPermissionsException

public InsufficientPermissionsException(java.lang.Throwable cause)
Constructs a new InsufficientPermissionsException.

Parameters:
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.)
Since:
5.1.0.0.29

InsufficientPermissionsException

public InsufficientPermissionsException(java.lang.String message,
                                        java.lang.Throwable cause)
Constructs a new InsufficientPermissionsException.

Parameters:
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.)
Since:
5.1.0.0.29

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.