Class FastFutureSpec.UnexpectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FastFutureSpec.UnexpectedException$
- Enclosing class:
- FastFutureSpec
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidaddSuppressed(Throwable x$1) static Throwablestatic ThrowablegetCause()static Stringstatic Stringstatic StackTraceElement[]static final Throwable[]static Throwablestatic voidstatic voidstatic voidstatic final voidstatic voidsetStackTrace(StackTraceElement[] x$1) static StringtoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnexpectedException
public UnexpectedException()
-
-
Method Details
-
getMessage
-
getLocalizedMessage
-
getCause
-
initCause
-
setCause
-
toString
-
printStackTrace
public static void printStackTrace() -
printStackTrace
-
printStackTrace
-
getStackTrace
-
setStackTrace
-
addSuppressed
-
getSuppressed
-
fillInStackTrace
-