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

public class ExceptionFromMappedException extends RuntimeException
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 Details

    • ExceptionFromMappedException

      public ExceptionFromMappedException(String string)
    • ExceptionFromMappedException

      public ExceptionFromMappedException()