Class AADB2CConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.azure.spring.autoconfigure.b2c.AADB2CConfigurationException
-
- All Implemented Interfaces:
Serializable
public class AADB2CConfigurationException extends RuntimeException
Throw runtime exception for configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AADB2CConfigurationException(String message)Creates a new instance ofAADB2CConfigurationException.AADB2CConfigurationException(String message, Throwable cause)Creates a new instance ofAADB2CConfigurationException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AADB2CConfigurationException
public AADB2CConfigurationException(String message)
Creates a new instance ofAADB2CConfigurationException.- Parameters:
message- the exception message
-
AADB2CConfigurationException
public AADB2CConfigurationException(String message, Throwable cause)
Creates a new instance ofAADB2CConfigurationException.- Parameters:
message- the exception messagecause- the cause
-
-