Package csw.framework.exceptions
Class InitializationFailed
java.lang.Object
csw.framework.exceptions.InitializationFailed
InitializationFailed is thrown by supervisor of a component if component initialization fails and it is started in
standalone mode. In standalone mode initialization failure will cause the jvm process to shutdown and will require a
manual action to fix the problem and start the jvm process again.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final void
addSuppressed
(Throwable x$1) abstract static boolean
abstract static boolean
static Throwable
static Throwable
getCause()
static String
static String
static StackTraceElement[]
static final Throwable[]
static Throwable
static void
static void
static void
abstract static int
abstract static Object
productElement
(int n) static String
productElementName
(int n) static scala.collection.Iterator<String>
static scala.collection.Iterator<Object>
static String
static final void
static void
setStackTrace
(StackTraceElement[] x$1) static String
toString()
-
Constructor Details
-
InitializationFailed
public InitializationFailed()
-
-
Method Details
-
getMessage
-
getLocalizedMessage
-
getCause
-
initCause
-
setCause
-
toString
-
printStackTrace
public static void printStackTrace() -
printStackTrace
-
printStackTrace
-
fillInStackTrace
-
getStackTrace
-
setStackTrace
-
addSuppressed
-
getSuppressed
-
canEqual
-
equals
-
productArity
public abstract static int productArity() -
productElement
-
productIterator
-
productPrefix
-
productElementName
-
productElementNames
-