SQSException

org.elasticmq.rest.sqs.SQSException
See theSQSException companion class
object SQSException

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

implicit class ElasticMQErrorOps(e: ElasticMQError)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def invalidAlphanumericalPunctualParameterValue(value: String, parameterName: String): SQSException

Indicates that the given value for the given parameter name is not a max 128 alphanumerical (incl punctuation)

Indicates that the given value for the given parameter name is not a max 128 alphanumerical (incl punctuation)

Attributes

def invalidParameter(value: String, parameterName: String, reason: Option[String]): SQSException

Indicates that the given value for the given parameter name is invalid

Indicates that the given value for the given parameter name is invalid

Attributes

Generic invalid parameter value exception without any further reason

Generic invalid parameter value exception without any further reason

Attributes

def invalidQueueTypeParameter(value: String, parameterName: String): SQSException

Indicates that a parameter was sent to a queue whose type does not support it

Indicates that a parameter was sent to a queue whose type does not support it

Attributes

def missingParameter(parameterName: String): SQSException

Indicates that the request is missing the given parameter name

Indicates that the request is missing the given parameter name

Attributes

Indicates a queue does not exist

Indicates a queue does not exist

Attributes

Implicits

Implicits

final implicit def ElasticMQErrorOps(e: ElasticMQError): ElasticMQErrorOps