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

public class FastFutureSpec.UnexpectedException extends RuntimeException
See Also:
  • Constructor Details

    • UnexpectedException

      public UnexpectedException()
  • Method Details

    • getMessage

      public static String getMessage()
    • getLocalizedMessage

      public static String getLocalizedMessage()
    • getCause

      public static Throwable getCause()
    • initCause

      public static Throwable initCause(Throwable x$1)
    • setCause

      public static final void setCause(Throwable x$1)
    • toString

      public static String toString()
    • printStackTrace

      public static void printStackTrace()
    • printStackTrace

      public static void printStackTrace(PrintStream x$1)
    • printStackTrace

      public static void printStackTrace(PrintWriter x$1)
    • getStackTrace

      public static StackTraceElement[] getStackTrace()
    • setStackTrace

      public static void setStackTrace(StackTraceElement[] x$1)
    • addSuppressed

      public static final void addSuppressed(Throwable x$1)
    • getSuppressed

      public static final Throwable[] getSuppressed()
    • fillInStackTrace

      public static Throwable fillInStackTrace()