org.teleal.cling.transport.spi
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.teleal.cling.transport.spi.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException
extends RuntimeException

Thrown by the transport layer implementation when service setup fails.

This exception typically indicates a configuration problem and it is not recoverable unless you can continue without the service that threw this exception.

Author:
Christian Bauer
See Also:
Serialized Form

Constructor Summary
InitializationException(String s)
           
InitializationException(String s, Throwable throwable)
           
 
Method Summary
 
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

InitializationException

public InitializationException(String s)

InitializationException

public InitializationException(String s,
                               Throwable throwable)


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.