java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.tonywasher.joceanus.oceanus.base.OceanusException
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetException
All Implemented Interfaces:
Serializable

public class PrometheusSheetException extends OceanusException
Sheet Exception.
See Also:
  • Constructor Details

    • PrometheusSheetException

      public PrometheusSheetException(Object o, String s, Throwable e)
      Create a new Exception object based on an object, a string and an underlying exception.
      Parameters:
      o - the object
      s - the description of the exception
      e - the underlying exception
    • PrometheusSheetException

      public PrometheusSheetException(Object o, String s)
      Create a new Exception object based on an object and a string.
      Parameters:
      o - the data object
      s - the description of the exception
    • PrometheusSheetException

      public PrometheusSheetException(String s, Throwable e)
      Create a new Exception object based on a string and an underlying exception.
      Parameters:
      s - the description of the exception
      e - the underlying exception
    • PrometheusSheetException

      public PrometheusSheetException(String s)
      Create a new Exception object based on a string.
      Parameters:
      s - the description of the exception