Class IndestructibilityViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.util.exception.CommonException
com.evolveum.midpoint.util.exception.PolicyViolationException
com.evolveum.midpoint.util.exception.IndestructibilityViolationException
- All Implemented Interfaces:
- Serializable
- 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 SummaryConstructorsConstructorDescriptionIndestructibilityViolationException(LocalizableMessage userFriendlyMessage) IndestructibilityViolationException(LocalizableMessage userFriendlyMessage, Throwable cause) IndestructibilityViolationException(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- 
IndestructibilityViolationException
- 
IndestructibilityViolationException
- 
IndestructibilityViolationException
- 
IndestructibilityViolationException
- 
IndestructibilityViolationException
 
- 
- 
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- Overrides:
- getErrorTypeMessagein class- PolicyViolationException
 
 
-