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 Details

    • IllegalLRAStateException

      public IllegalLRAStateException(URI lraId, String message)
      Creation of LRA state exception.
      Parameters:
      lraId - LRA id that is behind this exception
      message - error message of this exception
  • Method Details

    • getLraId

      public URI getLraId()