com.atlassian.crowd.integration.exception
Class ObjectNotFoundException

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

public class ObjectNotFoundException
extends CrowdNestableException

Thrown when an entity is not valid.

Version:
1.0
Author:
Justen Stepka

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

ObjectNotFoundException

public ObjectNotFoundException()
Default constructor.


ObjectNotFoundException

public ObjectNotFoundException(String s)
Default constructor.

Parameters:
s - The message.

ObjectNotFoundException

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

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

ObjectNotFoundException

public ObjectNotFoundException(Throwable throwable)
Default constructor.

Parameters:
throwable - The Exception.


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.