All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalatra.servlet.SizeConstraintExceededException.scala Maven / Gradle / Ivy

package org.scalatra.servlet

class SizeConstraintExceededException(message: String, t: Throwable)
  extends Exception(message, t)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy