JSR-043: JTAPI-1.4

javax.telephony.media
Class ResourceNotSupportedException

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

public class ResourceNotSupportedException
extends MediaConfigException

Thrown when configuration fails because a requested resource interface is not supported by the implementation. The requested resource is not installed on this server, or the request may contain a typographical error.

Since:
JTAPI-1.3
See Also:
Serialized Form

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

ResourceNotSupportedException

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

ResourceNotSupportedException

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

ResourceNotSupportedException

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