net.sf.zekr.engine.page
Class PagingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.zekr.common.ZekrBaseException
              extended by net.sf.zekr.engine.page.PagingException
All Implemented Interfaces:
java.io.Serializable

public class PagingException
extends ZekrBaseException

See Also:
Serialized Form

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

PagingException

public PagingException()

PagingException

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

PagingException

public PagingException(java.lang.String message)

PagingException

public PagingException(java.lang.Throwable cause)