com.evolveum.midpoint.util.exception
Class CommonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.util.exception.CommonException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CommunicationException, ConcurrencyException, ConfigurationException, ConsistencyViolationException, ExpressionEvaluationException, ObjectAlreadyExistsException, ObjectNotFoundException, PolicyViolationException, SchemaException, SecurityViolationException
public abstract class CommonException
- extends Exception
Superclass for all common midPoint exceptions.
- Author:
- Radovan Semancik
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommonException
public CommonException()
CommonException
public CommonException(String message)
CommonException
public CommonException(Throwable cause)
CommonException
public CommonException(String message,
Throwable cause)
getOperationResultMessage
public abstract String getOperationResultMessage()
- TOTO: switch return value to a localized message
- Returns:
Copyright © 2013 evolveum. All Rights Reserved.