com.evolveum.midpoint.model.api
Class PolicyViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.util.exception.CommonException
              extended by com.evolveum.midpoint.model.api.PolicyViolationException
All Implemented Interfaces:
Serializable

public class PolicyViolationException
extends CommonException

Author:
semancik
See Also:
Serialized Form

Constructor Summary
PolicyViolationException()
           
PolicyViolationException(String message)
           
PolicyViolationException(String message, Throwable cause)
           
PolicyViolationException(Throwable cause)
           
 
Method Summary
 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

PolicyViolationException

public PolicyViolationException()

PolicyViolationException

public PolicyViolationException(String message)

PolicyViolationException

public PolicyViolationException(Throwable cause)

PolicyViolationException

public PolicyViolationException(String message,
                                Throwable cause)
Method Detail

getOperationResultMessage

public String getOperationResultMessage()
Description copied from class: CommonException
TOTO: switch return value to a localized message

Specified by:
getOperationResultMessage in class CommonException
Returns:


Copyright © 2013 evolveum. All Rights Reserved.