Class SCommandExecutionException

All Implemented Interfaces:
Serializable, ExceptionContext, ScopedException
Direct Known Subclasses:
SGroupProfileMemberAlreadyExistsException, SRoleProfileMemberAlreadyExistsException, SUserMembershipProfileMemberAlreadyExistsException, SUserProfileMemberAlreadyExistsException

public class SCommandExecutionException extends SBonitaException
Thrown by a Command when something unexpected happens during execution.
Author:
Matthieu Chaffotte
See Also:
  • Constructor Details

    • SCommandExecutionException

      public SCommandExecutionException(String message)
    • SCommandExecutionException

      public SCommandExecutionException(Throwable cause)
    • SCommandExecutionException

      public SCommandExecutionException(String message, Throwable cause)