java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.transaction.NotSupportedException
- All Implemented Interfaces:
Serializable
The NotSupportedException.
- Author:
- Manfred Riem ([email protected])
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotSupportedException
public NotSupportedException()Constructor. -
NotSupportedException
Constructor.- Parameters:
message
- the message.
-