public final class

InvalidResponseException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ chan.content.InvalidResponseException

Class Overview

Thrown then unknown or incorrect data read. This exceptions is thrown by ChanPerformer methods.

Summary

Public Constructors
InvalidResponseException()

Default constructor for an InvalidResponseException.

InvalidResponseException(Throwable throwable)

Constructor for an InvalidResponseException with specified cause.

[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidResponseException ()

Default constructor for an InvalidResponseException.

public InvalidResponseException (Throwable throwable)

Constructor for an InvalidResponseException with specified cause.

Parameters
throwable Throwable: The cause of this exception.