com.atlassian.crowd.integration.exception
Class InvalidRoleException

java.lang.Object
  extended by NestableException
      extended by com.atlassian.crowd.integration.exception.CrowdNestableException
          extended by com.atlassian.crowd.integration.exception.InvalidRoleException

public class InvalidRoleException
extends CrowdNestableException

Thrown when an invalid role is provided.

Version:
1.0
Author:
Justen Stepka

Constructor Summary
InvalidRoleException()
          Default constructor.
InvalidRoleException(String s)
          Default constructor.
InvalidRoleException(String s, Throwable throwable)
          Default constructor.
InvalidRoleException(Throwable throwable)
          Default constructor.
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.integration.exception.CrowdNestableException
getThrowableCount, getThrowables, setMessages, setThrowableCount, setThrowables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidRoleException

public InvalidRoleException()
Default constructor.


InvalidRoleException

public InvalidRoleException(String s)
Default constructor.

Parameters:
s - The message.

InvalidRoleException

public InvalidRoleException(String s,
                            Throwable throwable)
Default constructor.

Parameters:
s - The message.
throwable - the Exception.

InvalidRoleException

public InvalidRoleException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.