public class ServiceRegistrationException extends RemotingException
Constructor and Description |
---|
ServiceRegistrationException()
Constructs a ServiceRegistrationException with no detail message.
|
ServiceRegistrationException(String msg)
Constructs a ServiceRegistrationException with the specified detail message.
|
ServiceRegistrationException(String msg,
Throwable cause)
Constructs a ServiceRegistrationException with the specified detail message and cause.
|
ServiceRegistrationException(Throwable cause)
Constructs a ServiceRegistrationException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceRegistrationException()
initCause
.public ServiceRegistrationException(String msg)
initCause
.msg
- the detail messagepublic ServiceRegistrationException(Throwable cause)
(cause == null ? null : cause.toString())(which typically contains the class and detail message of cause).
cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method)public ServiceRegistrationException(String msg, Throwable cause)
msg
- the detail messagecause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method)Copyright © 2019 JBoss by Red Hat. All rights reserved.