public class ChannelRegistrationException extends AgqlException
ChannelRegistrationException class.
| Constructor and Description |
|---|
ChannelRegistrationException()
Constructor for ChannelRegistrationException.
|
ChannelRegistrationException(String message)
Constructor for ChannelRegistrationException.
|
ChannelRegistrationException(String message,
Throwable cause)
Constructor for ChannelRegistrationException.
|
ChannelRegistrationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for ChannelRegistrationException.
|
ChannelRegistrationException(Throwable cause)
Constructor for ChannelRegistrationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChannelRegistrationException()
Constructor for ChannelRegistrationException.
public ChannelRegistrationException(String message)
Constructor for ChannelRegistrationException.
message - a String objectpublic ChannelRegistrationException(String message, Throwable cause)
Constructor for ChannelRegistrationException.
public ChannelRegistrationException(Throwable cause)
Constructor for ChannelRegistrationException.
cause - a Throwable objectCopyright © 2016–2024. All rights reserved.