com.atlassian.crowd.integration.exception
Class InactiveAccountException

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

public class InactiveAccountException
extends Exception

Thrown when the authenticating account is not active.

Version:
1.0
Author:
Justen Stepka
See Also:
Serialized Form

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 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

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.