com.atlassian.user.impl
Class EntityMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.user.EntityException
              extended by com.atlassian.user.impl.EntityMissingException
All Implemented Interfaces:
Serializable

public class EntityMissingException
extends EntityException

See Also:
Serialized Form

Constructor Summary
EntityMissingException()
           
EntityMissingException(String message)
           
EntityMissingException(String message, Throwable cause)
           
EntityMissingException(Throwable cause)
           
 
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

EntityMissingException

public EntityMissingException()

EntityMissingException

public EntityMissingException(String message)

EntityMissingException

public EntityMissingException(Throwable cause)

EntityMissingException

public EntityMissingException(String message,
                              Throwable cause)


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.