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