public class NotSupportedEditException
extends java.lang.RuntimeException
The dataset does not support editing exceptions.
The exception is thrown for an edit operation that is not supported by the dataset.
Constructor and Description |
---|
NotSupportedEditException()
Default constructor.
|
NotSupportedEditException(java.lang.String message)
Constructs a new exception with specified details.
|
NotSupportedEditException(java.lang.String message, java.lang.Throwable cause)
Constructs a new exception with specified details and causes.
|
NotSupportedEditException(java.lang.Throwable cause)
Constructs a new exception with causes.
|
public NotSupportedEditException()
Default constructor.
public NotSupportedEditException(java.lang.String message)
Constructs a new exception with specified details.
message
- detailed message.public NotSupportedEditException(java.lang.String message, java.lang.Throwable cause)
Constructs a new exception with specified details and causes.
message
- detailed message.cause
- The cause.public NotSupportedEditException(java.lang.Throwable cause)
Constructs a new exception with causes.
cause
- The cause.