hp.opencall.media.common
Class AccessControlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byhp.opencall.media.common.AccessControlException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CCException, ResourceNotAvailableException, ResourceNotSupportedException, ResourceOverloadedException, ResourceReleasedException, ResourceRevokedException

public class AccessControlException
extends Exception

Thrown when access to a resource is refused

Since:
OCMP 2.0
See Also:
Serialized Form

Constructor Summary
AccessControlException()
           
AccessControlException(String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessControlException

public AccessControlException()

AccessControlException

public AccessControlException(String msg)