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 SummaryConstructors
- 
Method SummaryModifier 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnexpectedExceptionpublic UnexpectedException()
 
- 
- 
Method Details- 
getMessage
- 
getLocalizedMessage
- 
getCause
- 
initCause
- 
setCause
- 
toString
- 
printStackTracepublic static void printStackTrace()
- 
printStackTrace
- 
printStackTrace
- 
getStackTrace
- 
setStackTrace
- 
addSuppressed
- 
getSuppressed
- 
fillInStackTrace
 
-