JSR-043: JTAPI-1.4

javax.telephony.media
Class NotOwnerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.telephony.media.MediaRuntimeException
                          |
                          +--javax.telephony.media.NotOwnerException
All Implemented Interfaces:
java.io.Serializable

public class NotOwnerException
extends MediaRuntimeException

Thrown by any method that cannot be started because delegateToService() is in progress.

Since:
JTAPI-1.3
See Also:
Serialized Form

Constructor Summary
NotOwnerException()
          Constructs a NotOwnerException with no specified detail message.
NotOwnerException(java.lang.String s)
          Constructs a NotOwnerException with the specified detail message.
NotOwnerException(java.lang.String s, MediaEvent event)
          Construct a NotOwnerException with the specified detail message and Event.
 
Methods inherited from class javax.telephony.media.MediaRuntimeException
getEvent
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotOwnerException

public NotOwnerException()
Constructs a NotOwnerException with no specified detail message.

NotOwnerException

public NotOwnerException(java.lang.String s)
Constructs a NotOwnerException with the specified detail message.
Parameters:
s - the String supplied to retrieve()

NotOwnerException

public NotOwnerException(java.lang.String s,
                         MediaEvent event)
Construct a NotOwnerException with the specified detail message and Event.
Parameters:
s - the detail message describing the error in the event.
event - a MediaEvent

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org