public class InvalidOptionsException extends InvalidServiceUsageException
| Constructor and Description |
|---|
InvalidOptionsException()
Creates a new exception indicating that a transaction is requested with
more restrictive options than an already existing transaction for the same
object.
|
InvalidOptionsException(java.lang.String msg)
Creates a new exception indicating that a transaction is requested with
more restrictive options than an already existing transaction for the same
object.
|
public InvalidOptionsException()
public InvalidOptionsException(java.lang.String msg)
msg - A message providing more detailed information.