Package io.inugami.api.metrics
Class MetricsProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.inugami.api.exceptions.CheckedException
-
- io.inugami.api.exceptions.TechnicalException
-
- io.inugami.api.metrics.MetricsProviderException
-
- All Implemented Interfaces:
ExceptionWithErrorCode,Serializable
public class MetricsProviderException extends TechnicalException
MetricsProviderException- Since:
- 6 juin 2017
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetricsProviderException()MetricsProviderException(String message)MetricsProviderException(String message, Object... values)MetricsProviderException(String message, Throwable cause)MetricsProviderException(Throwable cause)MetricsProviderException(Throwable cause, String message, Object... values)
-
Method Summary
-
Methods inherited from class io.inugami.api.exceptions.CheckedException
getCode, getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MetricsProviderException
public MetricsProviderException()
-
MetricsProviderException
public MetricsProviderException(String message)
-
MetricsProviderException
public MetricsProviderException(Throwable cause, String message, Object... values)
-
MetricsProviderException
public MetricsProviderException(Throwable cause)
-
-