Class ProviderNotAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- technology.dice.dicewhere.api.exceptions.ProviderNotAvailableException
-
- All Implemented Interfaces:
Serializable
public class ProviderNotAvailableException extends IllegalArgumentException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderNotAvailableException(String message, ProviderKey provider)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProviderNotAvailableException
public ProviderNotAvailableException(String message, ProviderKey provider)
-
-