Package com.sap.cloud.security.token
Class ProviderNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sap.cloud.security.token.ProviderNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ProviderNotFoundException extends RuntimeException
A dedicated runtime exception for missing implementations inServiceLoadercontext- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderNotFoundException()ProviderNotFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProviderNotFoundException
public ProviderNotFoundException()
-
ProviderNotFoundException
public ProviderNotFoundException(String message)
-
-