com.atlassian.crowd.integration.exception
Class InvalidPrincipalException

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

public class InvalidPrincipalException
extends Exception

Thrown when an invalid principal is provided.

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

Field Summary
static String INVALID_NAME
          Exception message when the supplied name is invalid.
 
Constructor Summary
InvalidPrincipalException()
          Default constructor.
InvalidPrincipalException(String s)
          Default constructor.
InvalidPrincipalException(String s, Throwable throwable)
          Default constructor.
InvalidPrincipalException(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
 

Field Detail

INVALID_NAME

public static final String INVALID_NAME
Exception message when the supplied name is invalid.

See Also:
Constant Field Values
Constructor Detail

InvalidPrincipalException

public InvalidPrincipalException()
Default constructor.


InvalidPrincipalException

public InvalidPrincipalException(String s)
Default constructor.

Parameters:
s - the message.

InvalidPrincipalException

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

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

InvalidPrincipalException

public InvalidPrincipalException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.