JSR-043: JTAPI-1.4

javax.telephony.media
Class BindCancelledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.telephony.media.MediaException
                    |
                    +--javax.telephony.media.MediaServiceException
                          |
                          +--javax.telephony.media.MediaBindException
                                |
                                +--javax.telephony.media.BindCancelledException
All Implemented Interfaces:
java.io.Serializable

public class BindCancelledException
extends MediaBindException

Thrown when one of the MediaService bind methods is interrupted/revoked by cancelBindRequest.

Since:
JTAPI-1.3
See Also:
Serialized Form

Constructor Summary
BindCancelledException()
          Constructs a BindCancelledException with no specified detail message.
BindCancelledException(java.lang.String s)
          Constructs a BindCancelledException with the specified detail message.
BindCancelledException(java.lang.String s, MediaEvent event)
          Construct a BindCancelledException with the specified detail message and Event.
 
Methods inherited from class javax.telephony.media.MediaException
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

BindCancelledException

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

BindCancelledException

public BindCancelledException(java.lang.String s)
Constructs a BindCancelledException with the specified detail message.
Parameters:
s - the detail message.

BindCancelledException

public BindCancelledException(java.lang.String s,
                              MediaEvent event)
Construct a BindCancelledException 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