public class RestoreConfigurationException extends Exception
| Constructor and Description |
|---|
RestoreConfigurationException(String message)
RestoreConfigurationException constructor.
|
RestoreConfigurationException(String message,
Throwable e)
RestoreConfigurationException constructor.
|
RestoreConfigurationException(Throwable e)
RestoreConfigurationException constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestoreConfigurationException(String message)
message - String, the exception messagepublic RestoreConfigurationException(String message, Throwable e)
message - String, the exception messagee - Throwable, the cause exceptionpublic RestoreConfigurationException(Throwable e)
e - Throwable, the cause exceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.