Class IntegrationFailureException

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

public abstract class IntegrationFailureException extends RuntimeException
See Also:
  • Constructor Details

    • IntegrationFailureException

      public IntegrationFailureException(String message)
    • IntegrationFailureException

      public IntegrationFailureException(Throwable cause)
    • IntegrationFailureException

      public IntegrationFailureException(String message, Throwable cause)