Class IntegrationFailureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.nasa.jpl.aerie.scheduler.server.remotes.postgres.IntegrationFailureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatabaseException, FailedInsertException, FailedUpdateException

public abstract sealed class IntegrationFailureException extends RuntimeException permits DatabaseException, FailedInsertException, FailedUpdateException
See Also:
  • Constructor Details

    • IntegrationFailureException

      public IntegrationFailureException()
    • IntegrationFailureException

      public IntegrationFailureException(String message)
    • IntegrationFailureException

      public IntegrationFailureException(Throwable cause)
    • IntegrationFailureException

      public IntegrationFailureException(String message, Throwable cause)