Class PreserveTargetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.reactive.common.PreserveTargetException
All Implemented Interfaces:
Serializable

public class PreserveTargetException extends RuntimeException
Marker exception that indicates to RESTEasy Reactive that the target should be preserved. This is very useful for providing good contextual error messages
See Also:
  • Constructor Details

    • PreserveTargetException

      public PreserveTargetException(Throwable cause)