public class AdvertisementException extends QiRuntimeException
AdvertisementException
is thrown when an error occurs during
the advertisement of a method, a signal or a property.DynamicObjectBuilder
,
Serialized FormConstructor and Description |
---|
AdvertisementException()
Constructs a
AdvertisementException with no specified detail message. |
AdvertisementException(String message)
Constructs an
AdvertisementException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AdvertisementException(String message)
AdvertisementException
with the specified detail
message.message
- the detail message.public AdvertisementException()
AdvertisementException
with no specified detail message.Copyright © 2020. All rights reserved.