public class ReplicationCliException extends OpenDsException
| Constructor and Description |
|---|
ReplicationCliException(LocalizableMessage message,
ReplicationCliReturnCode errorCode,
Throwable cause)
The constructor for the exception.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationCliReturnCode |
getErrorCode()
Returns the error code associated with this exception.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReplicationCliException(LocalizableMessage message, ReplicationCliReturnCode errorCode, Throwable cause)
message - the localized message.errorCode - the error code associated with this exception.cause - the cause that generated this exception.public ReplicationCliReturnCode getErrorCode()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.