com.atlassian.crowd.integration.exception
Class CrowdNestableException

java.lang.Object
  extended by NestableException
      extended by com.atlassian.crowd.integration.exception.CrowdNestableException
Direct Known Subclasses:
DirectoryPermissionException, InactiveAccountException, InvalidAuthenticationException, InvalidAuthorizationTokenException, InvalidCredentialException, InvalidGroupException, InvalidPrincipalException, InvalidRoleException, InvalidTokenException, ObjectNotFoundException

public class CrowdNestableException
extends NestableException

Partent exception class which all Crowd exceptions (that are not runtime exceptions) should extend


Constructor Summary
CrowdNestableException()
          Default constructor.
CrowdNestableException(String s)
          Default constructor.
CrowdNestableException(String s, Throwable throwable)
          Default constructor.
CrowdNestableException(Throwable throwable)
          Default constructor.
 
Method Summary
 int getThrowableCount()
           
 Throwable[] getThrowables()
           
 void setMessages(String[] messages)
           
 void setThrowableCount(int throwableCount)
           
 void setThrowables(Throwable[] throwables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdNestableException

public CrowdNestableException()
Default constructor.


CrowdNestableException

public CrowdNestableException(String s)
Default constructor.

Parameters:
s - The message.

CrowdNestableException

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

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

CrowdNestableException

public CrowdNestableException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.
Method Detail

setMessages

public void setMessages(String[] messages)

setThrowableCount

public void setThrowableCount(int throwableCount)

getThrowableCount

public int getThrowableCount()

getThrowables

public Throwable[] getThrowables()

setThrowables

public void setThrowables(Throwable[] throwables)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.