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 void
addSuppressed
(Throwable x$1) static Throwable
static Throwable
getCause()
static String
static String
static StackTraceElement[]
static final Throwable[]
static Throwable
static void
static void
static void
static final void
static void
setStackTrace
(StackTraceElement[] x$1) static String
toString()
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
-