Class ExceptionFromMappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.ExceptionFromMappedException
- All Implemented Interfaces:
Serializable
This Exception is meant to be thrown from a Resource, caught by designated
mapper which then throws another exception which the spec command not to be
caught
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExceptionFromMappedException
-
ExceptionFromMappedException
public ExceptionFromMappedException()
-