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

skinny.exception.RequestScopeConflictException.scala Maven / Gradle / Ivy

The newest version!
package skinny.exception

/**
 * Represents that request scope attributes or request scope itself is invalid.
 *
 * @param message message
 * @param cause cause
 */
case class RequestScopeConflictException(message: String, cause: Throwable = null)
  extends RuntimeException(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy