Class LiveIngesterRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.hxi_connector.live_ingester.domain.exception.LiveIngesterRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonSerializationException, ValidationException

public class LiveIngesterRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • LiveIngesterRuntimeException

      public LiveIngesterRuntimeException(String message)
    • LiveIngesterRuntimeException

      public LiveIngesterRuntimeException(Throwable cause)
    • LiveIngesterRuntimeException

      public LiveIngesterRuntimeException(String message, Throwable cause)