Class WorkspaceContextCannotBeStartedException

  • All Implemented Interfaces:
    Serializable

    public class WorkspaceContextCannotBeStartedException
    extends RuntimeException
    Exception that indicates that the workspace context cannot be started at all. Used to prevent LC automatic restoration from pointless restarts of the context.
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkspaceContextCannotBeStartedException

        public WorkspaceContextCannotBeStartedException​(String message)
        Creates an instance of the exception.
        Parameters:
        message - the detail message, can be null.
      • WorkspaceContextCannotBeStartedException

        public WorkspaceContextCannotBeStartedException​(String message,
                                                        Throwable cause)
        Creates an instance of the exception.
        Parameters:
        message - the detail message, can be null.
        cause - the cause, can be null.
      • WorkspaceContextCannotBeStartedException

        public WorkspaceContextCannotBeStartedException​(Throwable cause)
        Creates an instance of the exception.
        Parameters:
        cause - the cause, can be null.