Class HarvestRuntimeException

Object
Throwable
Exception
RuntimeException
ch.aaap.harvestclient.exception.HarvestRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HarvestHttpException

public class HarvestRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • HarvestRuntimeException

      public HarvestRuntimeException()
    • HarvestRuntimeException

      public HarvestRuntimeException(String message)
    • HarvestRuntimeException

      public HarvestRuntimeException(String message, Throwable cause)
    • HarvestRuntimeException

      public HarvestRuntimeException(Throwable cause)