public abstract class AdminClientException extends AdminException
Client exceptions represent communications problems, security problems, and service related problems.
Modifier | Constructor and Description |
---|---|
protected |
AdminClientException(LocalizableMessage message)
Create an administration client exception with a message.
|
protected |
AdminClientException(LocalizableMessage message,
Throwable cause)
Create an administration client exception with a message and
cause.
|
getMessageObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected AdminClientException(LocalizableMessage message, Throwable cause)
message
- The message.cause
- The cause.protected AdminClientException(LocalizableMessage message)
message
- The message.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.