public class OfflineUpdateException extends OpenDsException
| Constructor and Description |
|---|
OfflineUpdateException(LocalizableMessage msg)
Creates an exception with a message.
|
OfflineUpdateException(LocalizableMessage msg,
Throwable rootCause)
Creates an exception with a message and a root cause.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OfflineUpdateException(LocalizableMessage msg)
msg - the message.public OfflineUpdateException(LocalizableMessage msg, Throwable rootCause)
msg - the message.rootCause - the root cause.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.