com.atlassian.user.search.page
Class PagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.user.EntityException
              extended bycom.atlassian.user.search.page.PagerException
All Implemented Interfaces:
java.io.Serializable

public class PagerException
extends EntityException

See Also:
Serialized Form

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

PagerException

public PagerException()

PagerException

public PagerException(java.lang.String message)

PagerException

public PagerException(java.lang.Throwable cause)

PagerException

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


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