public class JNDIException extends Exception
| Constructor and Description |
|---|
JNDIException()
JNDIException default constructor.
|
JNDIException(String message)
JNDIException constructor.
|
JNDIException(String message,
Throwable t)
JNDIException constructor.
|
JNDIException(Throwable t)
JNDIException constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JNDIException()
public JNDIException(String message, Throwable t)
message - Exception message.t - Cause of the exception.public JNDIException(Throwable t)
t - Cause of the exception.public JNDIException(String message)
message - Exception message.Copyright 2004-2021 Solace Corporation. All rights reserved.