Package | Description |
---|---|
org.jboss.as.domain.controller |
Modifier and Type | Method and Description |
---|---|
SlaveRegistrationException.ErrorCode |
SlaveRegistrationException.getErrorCode() |
static SlaveRegistrationException.ErrorCode |
SlaveRegistrationException.ErrorCode.parseCode(byte code) |
static SlaveRegistrationException.ErrorCode |
SlaveRegistrationException.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlaveRegistrationException.ErrorCode[] |
SlaveRegistrationException.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SlaveRegistrationException(SlaveRegistrationException.ErrorCode errorCode,
String errorMessage) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.