Class InvalidServiceUsageException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidOptionsException, TransactionFinishedException, TransactionUnknownException

public class InvalidServiceUsageException extends ADEPT2ServiceException
This exception indicates that a service is being used in a wrong way. For instance this occurs when accessing a transaction that has already been closed.
Author:
Ulrich Kreher
See Also:
  • Constructor Details

    • InvalidServiceUsageException

      protected InvalidServiceUsageException()
      Creates a new exception indicating that a service is being used in a wrong way.
    • InvalidServiceUsageException

      public InvalidServiceUsageException(String msg)
      Creates a new exception indicating that a service is being used in a wrong way.
      Parameters:
      msg - A message providing more detailed information on how the service is being used wrongly.