public class JdapiUnsupportedOperationException extends JdapiException
JdapiMetaProperty,
do not support the JdapiIterator.remove method.
If remove() is called on a JdapiMetaProperty, this exception will
be thrown.| Constructor and Description |
|---|
JdapiUnsupportedOperationException()
Creates a new JdapiUnsupportedOperationException with a null message.
|
JdapiUnsupportedOperationException(java.lang.String message)
Constructor taking message as an argument.
|
JdapiUnsupportedOperationException(java.lang.Throwable t)
Constructor taking another throwable as an argument.
|
public JdapiUnsupportedOperationException()
public JdapiUnsupportedOperationException(java.lang.String message)
message - Message describing the exception.public JdapiUnsupportedOperationException(java.lang.Throwable t)
t - Throwable object.