Class SynchronizedInstallerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codice.ddf.sync.installer.api.SynchronizedInstallerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SynchronizedInstallerTimeoutException
This code is experimental. While this interface is functional and tested, it may change or be
removed in a future version of the library.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSynchronizedInstallerException(String message) SynchronizedInstallerException(String message, Throwable throwable) SynchronizedInstallerException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SynchronizedInstallerException
public SynchronizedInstallerException() -
SynchronizedInstallerException
-
SynchronizedInstallerException
-
SynchronizedInstallerException
-