com.evolveum.midpoint.util.exception
Class SecurityViolationException

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.util.exception.SecurityViolationException
All Implemented Interfaces:
Serializable

public class SecurityViolationException
extends CommonException

Exception indicating violation of security policies. It is SecurityViolationException to avoid confusion with java.lang.SecurityException

Author:
Radovan Semancik
See Also:
Serialized Form

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

SecurityViolationException

public SecurityViolationException()

SecurityViolationException

public SecurityViolationException(String message)

SecurityViolationException

public SecurityViolationException(Throwable cause)

SecurityViolationException

public SecurityViolationException(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.