Interface DeploymentExceptionTransformer
-
public interface DeploymentExceptionTransformerA utility SPI for use with @Excpected. Not all containers have a simple cause chain when it comes to deployment exceptions. This should transform from the container specific exception to the real cause.- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Throwabletransform(Throwable exception)Transform from a Container specific deployment exception to the real cause.
-