public class InitializationException
extends java.lang.Exception
Constructor and Description |
---|
InitializationException(java.lang.String message)
Constructs the exception object with the specified message.
|
InitializationException(java.lang.String message,
java.lang.Throwable cause)
Constructs the exception object with the specified message and the cause.
|
public InitializationException(java.lang.String message)
message
- provides details about the error.public InitializationException(java.lang.String message, java.lang.Throwable cause)
message
- provides details about the error.cause
- specifies the original exception that caused the initialization
failure.Copyright © 2024 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.