com.evolveum.midpoint.util.exception
Class CommonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
CommonException()
           
CommonException(String message)
           
CommonException(String message, Throwable cause)
           
CommonException(Throwable cause)
           
 
Method Summary
abstract  String getOperationResultMessage()
          TOTO: switch return value to a localized message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommonException

public CommonException()

CommonException

public CommonException(String message)

CommonException

public CommonException(Throwable cause)

CommonException

public CommonException(String message,
                       Throwable cause)
Method Detail

getOperationResultMessage

public abstract String getOperationResultMessage()
TOTO: switch return value to a localized message

Returns:


Copyright © 2013 evolveum. All Rights Reserved.