Class DomainAuthenticationPropertiesAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.exception.SilverpeasException
-
- org.silverpeas.core.admin.domain.exception.DomainConflictException
-
- org.silverpeas.core.admin.domain.exception.DomainAuthenticationPropertiesAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
public class DomainAuthenticationPropertiesAlreadyExistsException extends DomainConflictException
Exception thrown when an authentication properties file already exists with same name- Author:
- Ludovic Bertin
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description DomainAuthenticationPropertiesAlreadyExistsException(String domainName)
-
Method Summary
-
Methods inherited from class org.silverpeas.core.admin.domain.exception.DomainConflictException
getModule
-
Methods inherited from class org.silverpeas.core.exception.SilverpeasException
getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DomainAuthenticationPropertiesAlreadyExistsException
public DomainAuthenticationPropertiesAlreadyExistsException(String domainName)
-
-