Interface SeverityAwareException
- All Known Implementing Classes:
- AuthorizationException,- CommonException,- CommunicationException,- ConcurrencyException,- ConfigurationException,- ExpressionEvaluationException,- IndestructibilityViolationException,- MaintenanceException,- NoFocusNameSchemaException,- NotLoggedInException,- ObjectAlreadyExistsException,- ObjectNotFoundException,- PolicyViolationException,- PrismContainerValue.RemovedItemDefinitionException,- SchemaException,- SecurityViolationException,- ThresholdPolicyViolationException
public interface SeverityAwareException
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptiondefault SeverityAwareException.SeverityNot all exceptions are fatal.
- 
Method Details- 
getSeverityNot all exceptions are fatal. This method returns the (estimated) severity of this exception. The final decision is up to the exception handling code, of course. It may or may not accept this value.
 
-