public class

ContentException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.neomades.content.ContentException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Indicates that there was a network, parser, cache error when performing a query.

Summary

Protected Constructors
ContentException()
Creates a content error.
ContentException(String message, Throwable cause)
Creates a content error with message and cause.
ContentException(String message)
Creates a content error with message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected ContentException ()

Creates a content error.

protected ContentException (String message, Throwable cause)

Creates a content error with message and cause.

Parameters
message the detailed message
cause the root cause of the failure

protected ContentException (String message)

Creates a content error with message.

Parameters
message the detailed message