com.atlassian.crowd.integration.exception
Class InvalidMembershipException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.InvalidMembershipException
All Implemented Interfaces:
Serializable

public class InvalidMembershipException
extends Exception

See Also:
Serialized Form

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

InvalidMembershipException

public InvalidMembershipException()

InvalidMembershipException

public InvalidMembershipException(String message)

InvalidMembershipException

public InvalidMembershipException(String message,
                                  Throwable cause)

InvalidMembershipException

public InvalidMembershipException(Throwable cause)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.