play.core.server.common

Members list

Type members

Classlikes

class InvalidHeaderCharacterException(message: String, val character: Char) extends Exception

This exception occurs when the Play server receives a request header where at least one character is illegal according to RFC2616 and RFC7230

This exception occurs when the Play server receives a request header where at least one character is illegal according to RFC2616 and RFC7230

Value parameters

character

The invalid character.

message

The reason for the exception.

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class ServerResultException(message: String, val result: Result, cause: Throwable) extends Exception

This exception occurs when the Play server experiences an error while processing a Result. For example, this exception might occur when attempting to convert the Play result to the backend server's internal response format.

This exception occurs when the Play server experiences an error while processing a Result. For example, this exception might occur when attempting to convert the Play result to the backend server's internal response format.

Value parameters

cause

The original cause (may be null).

message

The reason for the exception.

result

The invalid result.

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type