Klasse InitializationException

Alle implementierten Schnittstellen:
Serializable

Thrown by Initable class in case of initialization problems.
Version:
$Id$
Autor:
Kevin Burton, Rafal Krzewski
Siehe auch:
  • Konstruktordetails

    • InitializationException

      Construct an InitializationException with specified detail message.
      Parameter:
      msg - The detail message.
    • InitializationException

      Construct an InitializationException with specified detail message and nested Throwable.
      Parameter:
      msg - The detail message.
      t - the exception or error that caused this exception to be thrown.