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

public class SynchronizedInstallerException extends RuntimeException
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 Details

    • SynchronizedInstallerException

      public SynchronizedInstallerException()
    • SynchronizedInstallerException

      public SynchronizedInstallerException(String message)
    • SynchronizedInstallerException

      public SynchronizedInstallerException(String message, Throwable throwable)
    • SynchronizedInstallerException

      public SynchronizedInstallerException(Throwable throwable)