public class MappableContainerException extends ContainerException
Response instance.
The runtime will catch such exceptions and attempt to map the cause
exception to a registered ExceptionMapper that
provides an appropriate Response instance.
| Constructor and Description |
|---|
MappableContainerException(java.lang.Throwable cause) |
public MappableContainerException(java.lang.Throwable cause)
cause - the cause. If the cause is an instance of
MappableContainerException then the cause of this exception
will be obtained from the cause of that MappableContainerException
instance, and the process will repeat until a cause is obtained
that is not an instance of MappableContainerException.Copyright © 2016 Oracle Corporation. All Rights Reserved.