Class RuntimeIllegalOperationException

All Implemented Interfaces:
Serializable

public class RuntimeIllegalOperationException extends RuntimeServiceException
Exception that indicates an operation on a request is illegal. It is usually because the request is in wrong state, or the request is not yet commited.
See Also:
  • Constructor Details

    • RuntimeIllegalOperationException

      public RuntimeIllegalOperationException(String msg)
      Constructor.
      Parameters:
      msg - exception message
    • RuntimeIllegalOperationException

      public RuntimeIllegalOperationException(String msg, Throwable cause)
      Constructor.
      Parameters:
      msg - the detailed message
      cause - the underlying cause for exception