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