com.atlassian.user.search.query
Class EntityQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.user.EntityException
              extended bycom.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)
           
 
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-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.