Class ObjectAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.util.exception.CommonException
com.evolveum.midpoint.util.exception.ObjectAlreadyExistsException
- All Implemented Interfaces:
- Serializable
Object already exists.
- Author:
- Radovan Semancik
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.evolveum.midpoint.util.exception.CommonExceptionCommonException.Severity
- 
Field SummaryFields inherited from class com.evolveum.midpoint.util.exception.CommonExceptionlocalizedUserFriendlyMessage, userFriendlyMessage
- 
Constructor SummaryConstructorsConstructorDescriptionObjectAlreadyExistsException(LocalizableMessage userFriendlyMessage) ObjectAlreadyExistsException(LocalizableMessage userFriendlyMessage, Throwable cause) ObjectAlreadyExistsException(String message) ObjectAlreadyExistsException(String message, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns a human-readable message that describes the type or class of errors that the exception represents.Methods inherited from class com.evolveum.midpoint.util.exception.CommonExceptiongetLocalizedMessage, getLocalizedUserFriendlyMessage, getMessage, getSeverity, getTechnicalMessage, getUserFriendlyMessage, setLocalizedUserFriendlyMessage, setTechnicalMessage, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
ObjectAlreadyExistsExceptionpublic ObjectAlreadyExistsException()
- 
ObjectAlreadyExistsException
- 
ObjectAlreadyExistsException
- 
ObjectAlreadyExistsException
- 
ObjectAlreadyExistsException
- 
ObjectAlreadyExistsException
 
- 
- 
Method Details- 
getErrorTypeMessageDescription copied from class:CommonExceptionReturns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message- Specified by:
- getErrorTypeMessagein class- CommonException
 
 
-