Package akka.http.scaladsl.model
Class IllegalUriException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.http.scaladsl.model.ExceptionWithErrorInfo
-
- akka.http.scaladsl.model.IllegalUriException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
public class IllegalUriException extends ExceptionWithErrorInfo implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalUriException(ErrorInfo info)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IllegalUriException
apply(java.lang.String summary, java.lang.String detail)
ErrorInfo
info()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalUriException
public IllegalUriException(ErrorInfo info)
-
-
Method Detail
-
apply
public static IllegalUriException apply(java.lang.String summary, java.lang.String detail)
-
info
public ErrorInfo info()
- Overrides:
info
in classExceptionWithErrorInfo
-
-