Class IllegalLRAStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
org.eclipse.microprofile.lra.tck.participant.api.IllegalLRAStateException
- All Implemented Interfaces:
Serializable
public class IllegalLRAStateException
extends jakarta.ws.rs.WebApplicationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalLRAStateException(URI lraId, String message) Creation of LRA state exception. -
Method Summary
Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalLRAStateException
Creation of LRA state exception.- Parameters:
lraId- LRA id that is behind this exceptionmessage- error message of this exception
-
-
Method Details
-
getLraId
-