public class OnlineUpdateException extends OpenDsException
| Constructor and Description |
|---|
OnlineUpdateException(LocalizableMessage msg)
Creates an exception with a message.
|
OnlineUpdateException(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 OnlineUpdateException(LocalizableMessage msg)
msg - the message.public OnlineUpdateException(LocalizableMessage msg, Throwable rootCause)
msg - the message.rootCause - the root cause.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.