Package akka.http.scaladsl.server
Interface RejectionWithOptionalCause
-
- All Known Implementing Classes:
MalformedFormFieldRejection,MalformedHeaderRejection,MalformedQueryParamRejection,ValidationRejection
public interface RejectionWithOptionalCause extends Rejection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.Option<java.lang.Throwable>cause()java.util.Optional<java.lang.Throwable>getCause()
-