JSR-043: JTAPI-1.4

javax.telephony.media.messaging
Class NotRegisteredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.telephony.media.MediaException
                    |
                    +--javax.telephony.media.messaging.ServiceException
                          |
                          +--javax.telephony.media.messaging.NotRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class NotRegisteredException
extends ServiceException

Indicates that openNamedService or registerService failed.

Since:
JTAPI-1.4
See Also:
Serialized Form

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

NotRegisteredException

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

NotRegisteredException

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

NotRegisteredException

public NotRegisteredException(java.lang.String s,
                              ServiceEvent event)
Construct a NotRegisteredException with the specified detail message and Event. Wraps the given Event in a NotRegisteredException. This exception is thrown if the Event indicates an error or other exceptional status.
Parameters:
s - the detail message describing the error in the event.
event - a ServiceRequestEvent

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org