com.atlassian.crowd.openid.server.manager.profile
Class ProfileAccessViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.openid.server.manager.profile.ProfileManagerException
              extended by com.atlassian.crowd.openid.server.manager.profile.ProfileAccessViolationException
All Implemented Interfaces:
java.io.Serializable

public class ProfileAccessViolationException
extends ProfileManagerException

See Also:
Serialized Form

Constructor Summary
ProfileAccessViolationException()
           
ProfileAccessViolationException(java.lang.String message)
           
ProfileAccessViolationException(java.lang.String message, java.lang.Throwable cause)
           
ProfileAccessViolationException(java.lang.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

ProfileAccessViolationException

public ProfileAccessViolationException()

ProfileAccessViolationException

public ProfileAccessViolationException(java.lang.String message)

ProfileAccessViolationException

public ProfileAccessViolationException(java.lang.String message,
                                       java.lang.Throwable cause)

ProfileAccessViolationException

public ProfileAccessViolationException(java.lang.Throwable cause)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.