org.hdpagination.core
Class PaginationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hdpagination.core.PaginationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConfigureException
public class PaginationException
- extends java.lang.RuntimeException
An exception indicating some generic error happened.
- Since:
- 1.0
- Author:
- Liangfeng Ren
- See Also:
- Serialized Form
| 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 |
PaginationException
public PaginationException()
PaginationException
public PaginationException(java.lang.String msg)
PaginationException
public PaginationException(java.lang.String msg,
java.lang.Throwable cause)
PaginationException
public PaginationException(java.lang.Throwable cause)
Copyright © 2008 HDPagination All Rights Reserved.