org.teleal.cling.transport.spi
Class InitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InitializationException
public InitializationException(String s)
InitializationException
public InitializationException(String s,
Throwable throwable)
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.