com.atlassian.user.search.query
Class EntityQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.user.EntityException
              extended by com.atlassian.user.search.query.EntityQueryException
All Implemented Interfaces:
java.io.Serializable

public class EntityQueryException
extends EntityException

See Also:
Serialized Form

Constructor Summary
EntityQueryException()
           
EntityQueryException(java.lang.String message)
           
EntityQueryException(java.lang.String message, java.lang.Throwable cause)
           
EntityQueryException(java.lang.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

EntityQueryException

public EntityQueryException()

EntityQueryException

public EntityQueryException(java.lang.String message)

EntityQueryException

public EntityQueryException(java.lang.Throwable cause)

EntityQueryException

public EntityQueryException(java.lang.String message,
                            java.lang.Throwable cause)


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