javax.emb
Class NoServerFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.emb.NoServerFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoServerFoundException
extends MediaException (src)

This exception is thrown if no suitable protocol server is found during publish operations.

See Also:
Serialized Form

Constructor Summary
NoServerFoundException()
           
NoServerFoundException(java.lang.String message)
           
NoServerFoundException(java.lang.String message, java.lang.Throwable cause)
           
NoServerFoundException(java.lang.Throwable cause)
           
 
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

NoServerFoundException

public NoServerFoundException()
See Also:
javax.emb.MediaException()

NoServerFoundException

public NoServerFoundException(java.lang.String message)
See Also:
javax.emb.MediaException(String)

NoServerFoundException

public NoServerFoundException(java.lang.String message,
                              java.lang.Throwable cause)
See Also:
javax.emb.MediaException(String, Throwable)

NoServerFoundException

public NoServerFoundException(java.lang.Throwable cause)
See Also:
javax.emb.MediaException(Throwable)