Package org.alfresco.repo.virtual.page
Class InvalidPageBounds
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.alfresco.repo.virtual.page.PageCollationException
-
- org.alfresco.repo.virtual.page.InvalidPageBounds
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidPageBounds extends PageCollationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPageBounds()InvalidPageBounds(java.lang.String message)InvalidPageBounds(java.lang.String message, java.lang.Throwable cause)InvalidPageBounds(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)InvalidPageBounds(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InvalidPageBounds
public InvalidPageBounds()
-
InvalidPageBounds
public InvalidPageBounds(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
InvalidPageBounds
public InvalidPageBounds(java.lang.String message, java.lang.Throwable cause)
-
InvalidPageBounds
public InvalidPageBounds(java.lang.String message)
-
InvalidPageBounds
public InvalidPageBounds(java.lang.Throwable cause)
-
-