Class NotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.transaction.NotSupportedException
All Implemented Interfaces:
Serializable

public class NotSupportedException extends Exception
The NotSupportedException.
Author:
Manfred Riem ([email protected])
See Also:
Serialized Form
  • Constructor Details

    • NotSupportedException

      public NotSupportedException()
      Constructor.
    • NotSupportedException

      public NotSupportedException(String message)
      Constructor.
      Parameters:
      message - the message.