Class ProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- hu.icellmobilsoft.coffee.model.base.exception.ProviderException
-
- All Implemented Interfaces:
Serializable
public class ProviderException extends RuntimeException
Exception class forAuditProviderandTimestampsProvider- Since:
- 2.0.0
- Author:
- zsolt.vasi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderException(String message)Creates the exception with the given messageProviderException(String message, Throwable cause)Creates the exception with the given message and cause
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProviderException
public ProviderException(String message)
Creates the exception with the given message- Parameters:
message- the exception message
-
-