Package com.enonic.xp.security
Class IdProviderAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.security.IdProviderAlreadyExistsException
-
- All Implemented Interfaces:
java.io.Serializable
@PublicApi public class IdProviderAlreadyExistsException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdProviderAlreadyExistsException(IdProviderKey idProviderKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdProviderKey
getIdProviderKey()
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
-
-
-
Constructor Detail
-
IdProviderAlreadyExistsException
public IdProviderAlreadyExistsException(IdProviderKey idProviderKey)
-
-
Method Detail
-
getIdProviderKey
public IdProviderKey getIdProviderKey()
-
-