org.eclipse.egit.github.core.client
Class NoSuchPageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.NoSuchElementException
org.eclipse.egit.github.core.client.NoSuchPageException
- All Implemented Interfaces:
- Serializable
public class NoSuchPageException
- extends NoSuchElementException
Exception class to be thrown when iterating over pages fails. This exception
wraps an IOException
that is the actual exception that occurred when
the page request was made.
- See Also:
- Serialized Form
cause
protected final IOException cause
- Cause exception
NoSuchPageException
public NoSuchPageException(IOException cause)
- Create no such page exception
- Parameters:
cause
-
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getCause
public IOException getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2012. All Rights Reserved.