javax.media.rtp
Class SessionManagerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.media.rtp.SessionManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidSessionAddressException, SSRCInUseException

public class SessionManagerException
extends java.lang.Exception

The RTPSM Exception class which must be subclassed by all exception classes of the SessionManager

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SessionManagerException()
           
SessionManagerException(java.lang.String reason)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionManagerException

public SessionManagerException()

SessionManagerException

public SessionManagerException(java.lang.String reason)