Klasse InitializationException

Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
NoNetworkException

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.

Autor:
Christian Bauer
Siehe auch:
  • Konstruktordetails

    • InitializationException

      public InitializationException(String s)
    • InitializationException

      public InitializationException(String s, Throwable throwable)