com.atlassian.confluence.user
Class UserManagementOperationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.core.exception.InfrastructureException
                  extended by com.atlassian.confluence.user.UserManagementOperationFailedException
All Implemented Interfaces:
Serializable

public class UserManagementOperationFailedException
extends com.atlassian.core.exception.InfrastructureException

Thrown when adding a user fails due to unknown reasons

See Also:
Serialized Form

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

UserManagementOperationFailedException

public UserManagementOperationFailedException(String msg)

UserManagementOperationFailedException

public UserManagementOperationFailedException(Throwable cause)

UserManagementOperationFailedException

public UserManagementOperationFailedException(String msg,
                                              Throwable cause)


Copyright © 2003-2012 Atlassian. All Rights Reserved.