com.atlassian.crowd.integration.exception
Class InactiveAccountException

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

public class InactiveAccountException
extends CrowdNestableException

Thrown when the authenticating account is not active.

Version:
1.0
Author:
Justen Stepka

Constructor Summary
InactiveAccountException()
          Default constructor.
InactiveAccountException(String s)
          Default constructor.
InactiveAccountException(String s, Throwable throwable)
          Default constructor.
InactiveAccountException(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

InactiveAccountException

public InactiveAccountException()
Default constructor.


InactiveAccountException

public InactiveAccountException(String s)
Default constructor.

Parameters:
s - the message.

InactiveAccountException

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

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

InactiveAccountException

public InactiveAccountException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.