public class

WrappedTestContainerException

extends TestContainerException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.ops4j.pax.exam.TestContainerException
           ↳ org.ops4j.pax.exam.WrappedTestContainerException

Class Overview

Wrap not serializable exception while extracting as much information as possible

Summary

Public Constructors
WrappedTestContainerException(String message, Throwable exception)
Public Methods
String getWrappedClassName()
String getWrappedMessage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public WrappedTestContainerException (String message, Throwable exception)

Public Methods

public String getWrappedClassName ()

public String getWrappedMessage ()