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